update packs and macros

This commit is contained in:
Mike Bloy 2024-02-12 21:40:56 -06:00
parent 2ad42b6a0e
commit 63caec594a
33 changed files with 1030 additions and 23 deletions

View File

@ -38,22 +38,32 @@
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
} }
},
{
"name": "mass-edit-presets",
"label": "Mass Edit Presets",
"path": "packs/mass-edit-presets",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
} }
], ],
"packFolders": [ "packFolders": [
{ {
"name": "MB Assets", "name": "MB Assets",
"sorting": "m", "sorting": "m",
"color": "#808080", "color": "#808080",
"folders": [], "folders": [],
"packs": [ "packs": [
"journal-templates", "journal-templates",
"asset-macros", "asset-macros",
"playlists" "mass-edit-presets",
] "playlists"
} ]
}
], ],
"url": "https://git.bloy.org/foundryvtt/mb-assets",
"manifest": "https://git.bloy.org/foundryvtt/mb-assets/raw/branch/main/module.json", "manifest": "https://git.bloy.org/foundryvtt/mb-assets/raw/branch/main/module.json",
"download": "https://git.bloy.org/foundryvtt/mb-assets/archive/main.zip", "download": "https://git.bloy.org/foundryvtt/mb-assets/archive/main.zip",
"license": "./LICENSE", "license": "./LICENSE",

Binary file not shown.

View File

@ -1,5 +1,5 @@
2024/01/28-17:32:58.466496 7fc5dbfff700 Delete type=3 #1 2024/02/12-21:40:30.975101 7f1c1f7fe700 Delete type=3 #1
2024/01/28-17:32:58.469464 7fc5d9d82700 Level-0 table #5: started 2024/02/12-21:40:30.978178 7f1c1e7fc700 Level-0 table #5: started
2024/01/28-17:32:58.478949 7fc5d9d82700 Level-0 table #5: 1000 bytes OK 2024/02/12-21:40:30.985833 7f1c1e7fc700 Level-0 table #5: 2354 bytes OK
2024/01/28-17:32:58.488009 7fc5d9d82700 Delete type=0 #3 2024/02/12-21:40:30.994903 7f1c1e7fc700 Delete type=0 #3
2024/01/28-17:32:58.488116 7fc5d9d82700 Manual compaction at level-0 from '!macros!bUoKPxrggAco4JwR' @ 72057594037927935 : 1 .. '!macros!mVb5uW9peYwdRsFG' @ 0 : 0; will stop at (end) 2024/02/12-21:40:30.995005 7f1c1e7fc700 Manual compaction at level-0 from '!folders!antf8BjHVvX5cTS7' @ 72057594037927935 : 1 .. '!macros!mVb5uW9peYwdRsFG' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -0,0 +1,19 @@
{
"name": "FX",
"sorting": "a",
"folder": null,
"type": "Macro",
"_id": "antf8BjHVvX5cTS7",
"sort": 100000,
"color": null,
"flags": {},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707788952416,
"modifiedTime": 1707791409731,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!folders!antf8BjHVvX5cTS7"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,30 @@
{
"_id": "Ic3YvWGEYcQDlTf7",
"name": "Tree Wind - Light Breeze",
"type": "script",
"author": "Aqnn9hCDQPbyTWiq",
"img": "modules/tokenmagic/gui/macros/images/09%20-%20T01%20-%20Twist%20%28transform%29.webp",
"scope": "global",
"command": "let params =\n [{\n filterType: \"transform\",\n filterId: \"treeTwist\",\n twRadiusPercent: 120,\n padding: 10,\n animated:\n {\n twRotation:\n {\n animType: \"sinOscillation\",\n val1: -1,\n val2: +1,\n loopDuration: 5000,\n }\n }\n }];\n\nawait TokenMagic.addUpdateFiltersOnSelected(params);",
"folder": "antf8BjHVvX5cTS7",
"sort": 100000,
"flags": {
"core": {
"sourceId": "Compendium.tokenmagic.tmMacros.Macro.OWgJD9lvBlDzXALz"
}
},
"ownership": {
"default": 0,
"Njc5YzFjZDI5NjZl": 3,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707788974203,
"modifiedTime": 1707791409713,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!macros!Ic3YvWGEYcQDlTf7"
}

View File

@ -0,0 +1,30 @@
{
"name": "Tree Wind - Strong Wind",
"type": "script",
"author": "Aqnn9hCDQPbyTWiq",
"img": "modules/tokenmagic/gui/macros/images/09%20-%20T01%20-%20Twist%20%28transform%29.webp",
"scope": "global",
"command": "let params =\n [{\n filterType: \"transform\",\n filterId: \"treeTwist\",\n twRadiusPercent: 120,\n padding: 10,\n animated:\n {\n twRotation:\n {\n animType: \"sinOscillation\",\n val1: -5,\n val2: +5,\n loopDuration: 7000,\n }\n }\n }];\n\nawait TokenMagic.addUpdateFiltersOnSelected(params);",
"folder": "antf8BjHVvX5cTS7",
"sort": 100000,
"flags": {
"core": {
"sourceId": "Compendium.tokenmagic.tmMacros.Macro.OWgJD9lvBlDzXALz"
}
},
"ownership": {
"default": 0,
"Njc5YzFjZDI5NjZl": 3,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707788974203,
"modifiedTime": 1707791409713,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_id": "LDcuNpEUJfF1xkh1",
"_key": "!macros!LDcuNpEUJfF1xkh1"
}

View File

View File

@ -0,0 +1 @@
MANIFEST-000002

View File

View File

@ -0,0 +1 @@
2024/02/12-21:40:32.620900 7fc9550d0700 Delete type=3 #1

Binary file not shown.

View File

@ -1 +1 @@
2024/01/28-17:32:59.197438 7f87c4883700 Delete type=3 #1 2024/02/12-21:40:33.274386 7fd43effd700 Delete type=3 #1

View File

Binary file not shown.

View File

@ -0,0 +1 @@
MANIFEST-000002

View File

View File

@ -0,0 +1,5 @@
2024/02/12-21:40:33.874485 7faea57be700 Delete type=3 #1
2024/02/12-21:40:33.876962 7faea3d40700 Level-0 table #5: started
2024/02/12-21:40:33.884241 7faea3d40700 Level-0 table #5: 5435 bytes OK
2024/02/12-21:40:33.893512 7faea3d40700 Delete type=0 #3
2024/02/12-21:40:33.893634 7faea3d40700 Manual compaction at level-0 from '!folders!0hBHlEbgUgDG13IN' @ 72057594037927935 : 1 .. '!journal!toj80cTP64UHD63i' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -0,0 +1,101 @@
{
"_id": "HevuCPBpFEeCb30g",
"name": "Acid Splash",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "HevuCPBpFEeCb30g",
"name": "Acid Splash",
"data": [
{
"user": "Aqnn9hCDQPbyTWiq",
"distance": 1,
"direction": 0,
"x": 900,
"y": 700,
"fillColor": "#96f086",
"flags": {
"tokenmagic": {
"templateData": {
"opacity": 1,
"tint": 6746887,
"preset": "Watery Surface"
},
"options": null,
"filters": [
{
"tmFilters": {
"tmFilterId": "Watery Surface",
"tmFilterInternalId": "Bb5wsNep9gr2wGiq",
"tmFilterType": "flood",
"tmFilterOwner": "Aqnn9hCDQPbyTWiq",
"tmParams": {
"filterType": "flood",
"filterId": "Watery Surface",
"time": 0,
"color": 6746887,
"billowy": 0.43,
"tintIntensity": 0.72,
"glint": 0.31,
"scale": 70,
"padding": 10,
"animated": {
"time": {
"active": true,
"speed": 0.0006,
"animType": "move"
}
},
"rank": 10003,
"enabled": true,
"placeableId": "NE9IMcOS3Jemg2Cs",
"filterInternalId": "Bb5wsNep9gr2wGiq",
"filterOwner": "Aqnn9hCDQPbyTWiq",
"placeableType": "MeasuredTemplate",
"updateId": "izMhJ5Sq2Go6u3Zw"
}
}
}
]
},
"tagger": {}
},
"t": "circle",
"angle": 0,
"width": null,
"borderColor": "#000000",
"hidden": false,
"texture": "modules/JB2A_DnD5e/Library/Generic/Liquid/LiquidSplash01_Regular_Blue_400x400.webm"
}
],
"sort": 0,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.e1UrHZax9UJ33v01",
"documentName": "MeasuredTemplate",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/circle.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707795063678,
"modifiedTime": 1707795063678,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!HevuCPBpFEeCb30g"
}

View File

@ -0,0 +1,66 @@
{
"_id": "HrSMyOaNLr9VqotP",
"name": "Alchemist's Fire",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "HrSMyOaNLr9VqotP",
"name": "Alchemist's Fire",
"data": [
{
"user": "Aqnn9hCDQPbyTWiq",
"distance": 1,
"direction": 0,
"x": 1153,
"y": 771,
"fillColor": "#fec978",
"flags": {
"tokenmagic": {
"templateData": {
"opacity": 1,
"tint": null,
"preset": "NOFX"
},
"options": null
},
"tagger": {}
},
"t": "circle",
"angle": 0,
"width": null,
"borderColor": "#000000",
"hidden": false,
"texture": "modules/JB2A_DnD5e/Library/2nd_Level/Flaming_Sphere/Opacities/FlamingSphere_01_Orange_75OPA_200x200.webm"
}
],
"sort": 0,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.r4tl5m1VWWOhuQa5",
"documentName": "MeasuredTemplate",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/circle.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707795063701,
"modifiedTime": 1707795063701,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!HrSMyOaNLr9VqotP"
}

View File

@ -0,0 +1,79 @@
{
"_id": "SB2PqEIxuChmGSci",
"name": "Bullseye Lantern (10\")",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "SB2PqEIxuChmGSci",
"name": "Bullseye Lantern (10\")",
"data": [
{
"x": 385,
"y": 835,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.2,
"angle": 37,
"bright": 10,
"coloration": 1,
"dim": 10.5,
"attenuation": 0.4,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "torch",
"speed": 1,
"intensity": 2,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#feab10"
},
"hidden": false,
"flags": {
"tagger": {},
"levels": {
"rangeTop": null,
"rangeBottom": null
}
}
}
],
"sort": 100000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.oyOFfHgFufJPDQB3",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793104204,
"modifiedTime": 1707793104204,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!SB2PqEIxuChmGSci"
}

View File

@ -0,0 +1,74 @@
{
"_id": "NnqgzJI0ZpTJkZrM",
"name": "Candle",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "NnqgzJI0ZpTJkZrM",
"name": "Candle",
"data": [
{
"x": 4150,
"y": 750,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.15,
"angle": 360,
"bright": 0.5,
"coloration": 1,
"dim": 2,
"attenuation": 0.5,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "torch",
"speed": 6,
"intensity": 2,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#feab10"
},
"hidden": false,
"flags": {
"tagger": {}
}
}
],
"sort": 100000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.VeQTuYNCkdx34vcy",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": ""
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793089416,
"modifiedTime": 1707793089416,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!NnqgzJI0ZpTJkZrM"
}

View File

@ -0,0 +1,70 @@
{
"_id": "sq8jZhOvcfUiuLfu",
"name": "Darkness Power",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "sq8jZhOvcfUiuLfu",
"name": "Darkness Power",
"data": [
{
"user": "VU6ZdZcoFl7wOApj",
"distance": 3,
"direction": 0,
"x": 4150,
"y": 850,
"fillColor": "#000000",
"flags": {
"tokenmagic": {
"templateData": {
"opacity": 1,
"tint": null,
"preset": "NOFX"
},
"options": null
},
"tagger": {
"tags": [
"darkness_power"
]
}
},
"t": "circle",
"angle": 0,
"width": null,
"borderColor": "#000000",
"hidden": false,
"texture": "modules/JB2A_DnD5e/Library/2nd_Level/Darkness/Opacities/Darkness_01_Black_75OPA_600x600.webm"
}
],
"sort": 600000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.qEUdj0RcwSZrYbhU",
"documentName": "MeasuredTemplate",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/circle.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793868870,
"modifiedTime": 1707793868870,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!sq8jZhOvcfUiuLfu"
}

View File

@ -0,0 +1,25 @@
{
"name": "Flames",
"color": null,
"sorting": "m",
"folder": null,
"flags": {
"multi-token-edit": {
"types": [
"AmbientLight"
]
}
},
"type": "JournalEntry",
"_id": "0hBHlEbgUgDG13IN",
"sort": 0,
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793053631,
"modifiedTime": 1707793053631,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!folders!0hBHlEbgUgDG13IN"
}

View File

@ -0,0 +1,79 @@
{
"_id": "k0KYgArWj2wOuuxQ",
"name": "Lamp (3\")",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "k0KYgArWj2wOuuxQ",
"name": "Lamp (3\")",
"data": [
{
"x": 385,
"y": 835,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.2,
"angle": 360,
"bright": 3,
"coloration": 1,
"dim": 3.5,
"attenuation": 0.4,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "torch",
"speed": 1,
"intensity": 2,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#feab10"
},
"hidden": false,
"flags": {
"tagger": {},
"levels": {
"rangeTop": null,
"rangeBottom": null
}
}
}
],
"sort": 100000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.IoQ3YN0rMeIbv2Lt",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793104221,
"modifiedTime": 1707793104221,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!k0KYgArWj2wOuuxQ"
}

View File

@ -0,0 +1,79 @@
{
"_id": "7KPV7r0XXQMlSGwA",
"name": "Lantern (6\")",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "7KPV7r0XXQMlSGwA",
"name": "Lantern (6\")",
"data": [
{
"x": 385,
"y": 835,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.2,
"angle": 360,
"bright": 6,
"coloration": 1,
"dim": 6.5,
"attenuation": 0.4,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "torch",
"speed": 1,
"intensity": 2,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#feab10"
},
"hidden": false,
"flags": {
"tagger": {},
"levels": {
"rangeTop": null,
"rangeBottom": null
}
}
}
],
"sort": 100000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.r9DwZEj8ItwizDwf",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793104237,
"modifiedTime": 1707793104237,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!7KPV7r0XXQMlSGwA"
}

View File

@ -0,0 +1,75 @@
{
"_id": "KQ23zZGZk40bhDz1",
"name": "Light Power",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "KQ23zZGZk40bhDz1",
"name": "Light Power",
"data": [
{
"x": 4200,
"y": 700,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.15,
"angle": 360,
"bright": 3,
"coloration": 1,
"dim": 3,
"attenuation": 0.5,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "pulse",
"speed": 2,
"intensity": 1,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#6565fe"
},
"hidden": false,
"flags": {
"tagger": {}
}
}
],
"sort": 300000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.x1EXx5d9EtZu5fT8",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"attached": []
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793104269,
"modifiedTime": 1707793104269,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!KQ23zZGZk40bhDz1"
}

View File

@ -0,0 +1,77 @@
{
"_id": "qpd4ihztRr1DWyEa",
"name": "Light Power - Beam",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "qpd4ihztRr1DWyEa",
"name": "Light Power - Beam",
"data": [
{
"x": 4300,
"y": 850,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.15,
"angle": 33,
"bright": 5,
"coloration": 1,
"dim": 5,
"attenuation": 0.5,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "pulse",
"speed": 2,
"intensity": 1,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#6565fe"
},
"hidden": false,
"flags": {
"tagger": {}
}
}
],
"sort": 200000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.S1eDpMShWbdvrPj2",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"modifyOnSpawn": [
"0.rotation"
],
"preSpawnScript": "",
"postSpawnScript": ""
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793104253,
"modifiedTime": 1707793104253,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!qpd4ihztRr1DWyEa"
}

View File

@ -0,0 +1,79 @@
{
"_id": "toj80cTP64UHD63i",
"name": "Torch (4\")",
"pages": [],
"folder": null,
"flags": {
"multi-token-edit": {
"preset": {
"id": "toj80cTP64UHD63i",
"name": "Torch (4\")",
"data": [
{
"x": 385,
"y": 835,
"rotation": 0,
"walls": true,
"vision": false,
"config": {
"alpha": 0.2,
"angle": 360,
"bright": 4,
"coloration": 1,
"dim": 4.5,
"attenuation": 0.4,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": "flame",
"speed": 2,
"intensity": 1,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
},
"color": "#feab10"
},
"hidden": false,
"flags": {
"tagger": {},
"levels": {
"rangeTop": null,
"rangeBottom": null
}
}
}
],
"sort": 100000,
"folder": null,
"uuid": "Compendium.world.mass-edit-presets-main.JournalEntry.RxE905eGcffdiEVA",
"documentName": "AmbientLight",
"addSubtract": [],
"randomize": [],
"img": "icons/svg/light.svg",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"spawnRandom": false
}
}
},
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793104182,
"modifiedTime": 1707793104182,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!toj80cTP64UHD63i"
}

View File

@ -0,0 +1,76 @@
{
"_id": "MassEditMetaData",
"name": "!!! METADATA: DO NOT DELETE !!!",
"flags": {
"multi-token-edit": {
"index": {
"NnqgzJI0ZpTJkZrM": {
"id": "NnqgzJI0ZpTJkZrM",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"toj80cTP64UHD63i": {
"id": "toj80cTP64UHD63i",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"SB2PqEIxuChmGSci": {
"id": "SB2PqEIxuChmGSci",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"k0KYgArWj2wOuuxQ": {
"id": "k0KYgArWj2wOuuxQ",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"7KPV7r0XXQMlSGwA": {
"id": "7KPV7r0XXQMlSGwA",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"qpd4ihztRr1DWyEa": {
"id": "qpd4ihztRr1DWyEa",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"KQ23zZGZk40bhDz1": {
"id": "KQ23zZGZk40bhDz1",
"img": "icons/svg/light.svg",
"documentName": "AmbientLight"
},
"sq8jZhOvcfUiuLfu": {
"id": "sq8jZhOvcfUiuLfu",
"img": "icons/svg/circle.svg",
"documentName": "MeasuredTemplate"
},
"HevuCPBpFEeCb30g": {
"id": "HevuCPBpFEeCb30g",
"img": "icons/svg/circle.svg",
"documentName": "MeasuredTemplate"
},
"HrSMyOaNLr9VqotP": {
"id": "HrSMyOaNLr9VqotP",
"img": "icons/svg/circle.svg",
"documentName": "MeasuredTemplate"
}
}
}
},
"pages": [],
"folder": null,
"sort": 0,
"ownership": {
"default": 0,
"Aqnn9hCDQPbyTWiq": 3
},
"_stats": {
"systemId": "swade",
"systemVersion": "3.2.5",
"coreVersion": "11.315",
"createdTime": 1707793089424,
"modifiedTime": 1707795063714,
"lastModifiedBy": "Aqnn9hCDQPbyTWiq"
},
"_key": "!journal!MassEditMetaData"
}

View File

@ -1,5 +1,5 @@
2024/01/28-17:32:59.810167 7f020c7bc700 Delete type=3 #1 2024/02/12-21:40:34.914175 7f8c75a51700 Delete type=3 #1
2024/01/28-17:32:59.812581 7f020bfbb700 Level-0 table #5: started 2024/02/12-21:40:34.916783 7f8c4f583700 Level-0 table #5: started
2024/01/28-17:32:59.819681 7f020bfbb700 Level-0 table #5: 4026 bytes OK 2024/02/12-21:40:34.923907 7f8c4f583700 Level-0 table #5: 4026 bytes OK
2024/01/28-17:32:59.829374 7f020bfbb700 Delete type=0 #3 2024/02/12-21:40:34.933610 7f8c4f583700 Delete type=0 #3
2024/01/28-17:32:59.829486 7f020bfbb700 Manual compaction at level-0 from '!folders!Dz9I4fllGBK4RtKU' @ 72057594037927935 : 1 .. '!playlists.sounds!ynw5hUH1ZPbAGq8g.Yq1yXMOjnlHWhnYt' @ 0 : 0; will stop at (end) 2024/02/12-21:40:34.933737 7f8c4f583700 Manual compaction at level-0 from '!folders!Dz9I4fllGBK4RtKU' @ 72057594037927935 : 1 .. '!playlists.sounds!ynw5hUH1ZPbAGq8g.Yq1yXMOjnlHWhnYt' @ 0 : 0; will stop at (end)