Object commits for token spawn refactoring

- Flips doom containers and the tokens in them.  This is a no-op but ensures tokens come out correctly face up when accessed programatically
- Adds token spawn tracker object
This commit is contained in:
Buhallin 2022-12-28 03:09:40 -08:00
parent 7d820601a9
commit 8ab7f13ce3
No known key found for this signature in database
GPG Key ID: DB3C362823852294
12 changed files with 57 additions and 11 deletions

View File

@ -248,7 +248,8 @@
"TheScarletKeys.300fcc",
"Search-A-Card.24051a",
"PhaseTracker.d0c8fa",
"ArkhamSCED240Page1-12102022.1dd55c"
"ArkhamSCED240Page1-12102022.1dd55c",
"TokenSpawnTracker.e3ffc9"
],
"PlayArea": 1,
"PlayerCounts": [

View File

@ -51,7 +51,7 @@
"posZ": 31.207,
"rotX": 0,
"rotY": 0,
"rotZ": 180,
"rotZ": 0,
"scaleX": 0.8,
"scaleY": 1,
"scaleZ": 0.8

View File

@ -47,7 +47,7 @@
"posZ": 31.125,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotZ": 180,
"scaleX": 0.25,
"scaleY": 1,
"scaleZ": 0.25

View File

@ -51,7 +51,7 @@
"posZ": -31.182,
"rotX": 0,
"rotY": 180,
"rotZ": 180,
"rotZ": 0,
"scaleX": 0.8,
"scaleY": 1,
"scaleZ": 0.8

View File

@ -47,7 +47,7 @@
"posZ": -31.294,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotZ": 180,
"scaleX": 0.25,
"scaleY": 1,
"scaleZ": 0.25

View File

@ -51,7 +51,7 @@
"posZ": 1.12,
"rotX": 0,
"rotY": 270,
"rotZ": 180,
"rotZ": 0,
"scaleX": 0.8,
"scaleY": 1,
"scaleZ": 0.8

View File

@ -47,7 +47,7 @@
"posZ": 1.057,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotZ": 180,
"scaleX": 0.25,
"scaleY": 1,
"scaleZ": 0.25

View File

@ -51,7 +51,7 @@
"posZ": 8.817,
"rotX": 0,
"rotY": 270,
"rotZ": 180,
"rotZ": 0,
"scaleX": 1,
"scaleY": 1,
"scaleZ": 1

View File

@ -47,7 +47,7 @@
"posZ": 8.88,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotZ": 180,
"scaleX": 0.25,
"scaleY": 1,
"scaleZ": 0.25

View File

@ -1 +1 @@
{"optionPanel":{"showChaosBagManager":false,"showCleanUpHelper":false,"showDrawButton":false,"showHandHelper":{},"showNavigationOverlay":false,"showTokenArranger":false,"useClueClickers":false,"useSnapTags":true}}
{"optionPanel":{"showChaosBagManager":false,"showCleanUpHelper":false,"showDrawButton":false,"showHandHelper":[],"showNavigationOverlay":false,"showTokenArranger":false,"useClueClickers":false,"useSnapTags":true}}

View File

@ -34,7 +34,7 @@
"LayoutGroupSortIndex": 0,
"Locked": true,
"LuaScript": "require(\"core/PlayArea\")",
"LuaScriptState": "{\"spawnedLocs\":[]}",
"LuaScriptState": "[]",
"MeasureMovement": false,
"Name": "Custom_Token",
"Nickname": "Playarea",

View File

@ -0,0 +1,45 @@
{
"AltLookAngle": {
"x": 0,
"y": 0,
"z": 0
},
"Autoraise": true,
"ColorDiffuse": {
"b": 0.33333,
"g": 0.33333,
"r": 0.35366
},
"Description": "",
"DragSelectable": true,
"GMNotes": "",
"GUID": "e3ffc9",
"Grid": true,
"GridProjection": false,
"Hands": false,
"HideWhenFaceDown": false,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": true,
"LuaScript": "require(\"core/token/TokenSpawnTracker\")",
"LuaScriptState": "{\"cards\":[]}",
"MeasureMovement": false,
"Name": "Checker_white",
"Nickname": "Token Spawn Tracker",
"Snap": true,
"Sticky": true,
"Tooltip": true,
"Transform": {
"posX": 77.88,
"posY": 1.485,
"posZ": 1.875,
"rotX": 0,
"rotY": 0,
"rotZ": 180,
"scaleX": 1,
"scaleY": 1,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""
}