modify trees

This commit is contained in:
Mike Bloy 2024-04-21 21:15:14 -05:00
parent 04eb497479
commit 27be4d4155
16 changed files with 51 additions and 33 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
2024/04/14-14:33:26.711531 7f8aa0e3a700 Delete type=3 #1
2024/04/14-14:33:26.713813 7f8a7b7fe700 Level-0 table #5: started
2024/04/14-14:33:26.720675 7f8a7b7fe700 Level-0 table #5: 3312 bytes OK
2024/04/14-14:33:26.729428 7f8a7b7fe700 Delete type=0 #3
2024/04/14-14:33:26.729517 7f8a7b7fe700 Manual compaction at level-0 from '!folders!antf8BjHVvX5cTS7' @ 72057594037927935 : 1 .. '!macros!xLuOWsKg7NzeVLMz' @ 0 : 0; will stop at (end)
2024/04/21-21:14:33.852856 7f46a67fc700 Delete type=3 #1
2024/04/21-21:14:33.855220 7f46a5ffb700 Level-0 table #5: started
2024/04/21-21:14:33.862596 7f46a5ffb700 Level-0 table #5: 3350 bytes OK
2024/04/21-21:14:33.871928 7f46a5ffb700 Delete type=0 #3
2024/04/21-21:14:33.872022 7f46a5ffb700 Manual compaction at level-0 from '!folders!antf8BjHVvX5cTS7' @ 72057594037927935 : 1 .. '!macros!xLuOWsKg7NzeVLMz' @ 0 : 0; will stop at (end)

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
2024/04/14-14:33:27.520230 7f4171fbc700 Delete type=3 #1
2024/04/21-21:14:34.502534 7fcc1c7bc700 Delete type=3 #1

View File

@ -1 +1 @@
2024/04/14-14:33:28.186287 7f19a17bc700 Delete type=3 #1
2024/04/21-21:14:35.077469 7fb6792d7700 Delete type=3 #1

Binary file not shown.

View File

@ -1,5 +1,5 @@
2024/04/14-14:33:28.781744 7fd385fbe700 Delete type=3 #1
2024/04/14-14:33:28.784026 7fd0e7fff700 Level-0 table #5: started
2024/04/14-14:33:28.790970 7fd0e7fff700 Level-0 table #5: 17163 bytes OK
2024/04/14-14:33:28.799536 7fd0e7fff700 Delete type=0 #3
2024/04/14-14:33:28.799628 7fd0e7fff700 Manual compaction at level-0 from '!folders!0hBHlEbgUgDG13IN' @ 72057594037927935 : 1 .. '!journal!toj80cTP64UHD63i' @ 0 : 0; will stop at (end)
2024/04/21-21:14:35.631860 7f1baffff700 Delete type=3 #1
2024/04/21-21:14:35.634411 7f1baf542700 Level-0 table #5: started
2024/04/21-21:14:35.643313 7f1baf542700 Level-0 table #5: 17594 bytes OK
2024/04/21-21:14:35.652600 7f1baf542700 Delete type=0 #3
2024/04/21-21:14:35.652766 7f1baf542700 Manual compaction at level-0 from '!folders!0hBHlEbgUgDG13IN' @ 72057594037927935 : 1 .. '!journal!toj80cTP64UHD63i' @ 0 : 0; will stop at (end)

View File

@ -91,6 +91,12 @@
"twRadiusPercent": 150,
"padding": 100,
"animated": {
"rotation": {
"animType": "sinOscillation",
"val1": -1,
"val2": 1,
"loopDuration": 5000
},
"twRotation": {
"animType": "sinOscillation",
"val1": -1,
@ -149,7 +155,7 @@
"assets/tiles/forgotten-adventures/Flora/Trees/Bare_Trees/Bare_Tree_Ashen_B8_10x11.webp",
"assets/tiles/forgotten-adventures/Flora/Trees/Bare_Trees/Bare_Tree_Ashen_B9_9x9.webp"
],
"maintainAspect": true
"maintainAspect": false
}
],
[
@ -166,7 +172,7 @@
"img": "assets/tiles/forgotten-adventures/Flora/Trees/Bare_Trees/Bare_Tree_Ashen_A1_8x9.webp",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"postSpawnScript": "let doc = documents[0]\nlet size = doc.texture.src.split('.')[0].split('_').reverse()[0].split('x').map(v => Number(v))\nlet gridSize = game.scenes.current.grid.size\nlet width = gridSize * size[0]\nlet height = gridSize * size[1]\ndoc.update({width, height})\nconsole.log(documents)",
"spawnRandom": false,
"tags": [
"tree",
@ -184,8 +190,8 @@
"systemId": "swade",
"systemVersion": "3.3.11",
"coreVersion": "11.315",
"createdTime": 1713122967204,
"modifiedTime": 1713122967204,
"createdTime": 1713732992430,
"modifiedTime": 1713732992430,
"lastModifiedBy": "sVoCvBU1knmXzoYe"
},
"_key": "!journal!Qotnm3XHVgq8q3P8"

View File

@ -18,8 +18,8 @@
"systemId": "swade",
"systemVersion": "3.3.11",
"coreVersion": "11.315",
"createdTime": 1713122967193,
"modifiedTime": 1713122967193,
"createdTime": 1713732992413,
"modifiedTime": 1713732992413,
"lastModifiedBy": "sVoCvBU1knmXzoYe"
},
"_key": "!folders!Q7eMBbwHO1vhJcmY"

View File

@ -54,6 +54,12 @@
"twRadiusPercent": 150,
"padding": 100,
"animated": {
"rotation": {
"animType": "sinOscillation",
"val1": -1,
"val2": 1,
"loopDuration": 5000
},
"twRotation": {
"animType": "sinOscillation",
"val1": -1,
@ -164,8 +170,8 @@
"systemId": "swade",
"systemVersion": "3.3.11",
"coreVersion": "11.315",
"createdTime": 1713122967231,
"modifiedTime": 1713122967231,
"createdTime": 1713732992457,
"modifiedTime": 1713732992457,
"lastModifiedBy": "sVoCvBU1knmXzoYe"
},
"_key": "!journal!WvG2m7tF204XbwYA"

View File

@ -91,6 +91,12 @@
"twRadiusPercent": 150,
"padding": 100,
"animated": {
"rotation": {
"animType": "sinOscillation",
"val1": -1,
"val2": 1,
"loopDuration": 5000
},
"twRotation": {
"animType": "sinOscillation",
"val1": -1,
@ -177,7 +183,7 @@
"img": "assets/tiles/forgotten-adventures/Flora/Trees/Tree_Tops/Tree_Green_A1_6x6.webp",
"gridSize": 100,
"preSpawnScript": "",
"postSpawnScript": "",
"postSpawnScript": "let doc = documents[0]\nlet size = doc.texture.src.split('.')[0].split('_').reverse()[0].split('x').map(v => Number(v))\nlet gridSize = game.scenes.current.grid.size\nlet width = gridSize * size[0]\nlet height = gridSize * size[1]\ndoc.update({width, height})\nconsole.log(documents)",
"spawnRandom": false,
"tags": [
"tree",
@ -195,8 +201,8 @@
"systemId": "swade",
"systemVersion": "3.3.11",
"coreVersion": "11.315",
"createdTime": 1713122967218,
"modifiedTime": 1713122967218,
"createdTime": 1713732992446,
"modifiedTime": 1713732992446,
"lastModifiedBy": "sVoCvBU1knmXzoYe"
},
"_key": "!journal!rFtMnEzao5nT9kLe"

View File

@ -114,7 +114,7 @@
"systemVersion": "3.3.11",
"coreVersion": "11.315",
"createdTime": 1707793089424,
"modifiedTime": 1713122967237,
"modifiedTime": 1713732992465,
"lastModifiedBy": "sVoCvBU1knmXzoYe"
},
"_key": "!journal!MassEditMetaData"

View File

@ -1,5 +1,5 @@
2024/04/14-14:33:29.434232 7f8d837bf700 Delete type=3 #1
2024/04/14-14:33:29.436904 7f8d814ff700 Level-0 table #5: started
2024/04/14-14:33:29.444050 7f8d814ff700 Level-0 table #5: 4026 bytes OK
2024/04/14-14:33:29.452629 7f8d814ff700 Delete type=0 #3
2024/04/14-14:33:29.452720 7f8d814ff700 Manual compaction at level-0 from '!folders!Dz9I4fllGBK4RtKU' @ 72057594037927935 : 1 .. '!playlists.sounds!ynw5hUH1ZPbAGq8g.Yq1yXMOjnlHWhnYt' @ 0 : 0; will stop at (end)
2024/04/21-21:14:36.449594 7fd3cd5ea700 Delete type=3 #1
2024/04/21-21:14:36.452451 7fd3a6ffd700 Level-0 table #5: started
2024/04/21-21:14:36.460275 7fd3a6ffd700 Level-0 table #5: 4026 bytes OK
2024/04/21-21:14:36.469893 7fd3a6ffd700 Delete type=0 #3
2024/04/21-21:14:36.470041 7fd3a6ffd700 Manual compaction at level-0 from '!folders!Dz9I4fllGBK4RtKU' @ 72057594037927935 : 1 .. '!playlists.sounds!ynw5hUH1ZPbAGq8g.Yq1yXMOjnlHWhnYt' @ 0 : 0; will stop at (end)