Add icons + origine

This commit is contained in:
LeRatierBretonnien 2023-11-27 23:08:39 +01:00
parent da75a55978
commit 02c80c1197
95 changed files with 109 additions and 119 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

BIN
assets/icons/armor.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
assets/icons/artifact.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
assets/icons/charm.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

BIN
assets/icons/gear.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
assets/icons/gear2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
assets/icons/hability.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
assets/icons/legacy.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
assets/icons/money.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
assets/icons/mutation.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
assets/icons/origin.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

BIN
assets/icons/people.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
assets/icons/power.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

BIN
assets/icons/shield.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
assets/icons/skill.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

BIN
assets/icons/weapon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
assets/icons/work.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,18 +1,19 @@
import { WastelandUtility } from "./wasteland-utility.js";
export const defaultItemImg = {
competence: "systems/fvtt-wasteland/assets/icons/competence.webp",
arme: "systems/fvtt-wasteland/assets/icons/arme.webp",
capacite: "systems/fvtt-wasteland/assets/icons/capacite.webp",
don: "systems/fvtt-wasteland/assets/icons/don.webp",
equipement: "systems/fvtt-wasteland/assets/icons/equipement.webp",
monnaie: "systems/fvtt-wasteland/assets/icons/monnaie.webp",
pacte: "systems/fvtt-wasteland/assets/icons/pacte.webp",
competence: "systems/fvtt-wasteland/assets/icons/skill.webp",
arme: "systems/fvtt-wasteland/assets/icons/weapon.webp",
capacite: "systems/fvtt-wasteland/assets/icons/hability.webp",
equipement: "systems/fvtt-wasteland/assets/icons/gear.webp",
mutation: "systems/fvtt-wasteland/assets/icons/mutation.webp",
monnaie: "systems/fvtt-wasteland/assets/icons/money.webp",
people: "systems/fvtt-wasteland/assets/icons/people.webp",
predilection: "systems/fvtt-wasteland/assets/icons/predilection.webp",
protection: "systems/fvtt-wasteland/assets/icons/protection.webp",
rune: "systems/fvtt-wasteland/assets/icons/rune.webp",
tendance: "systems/fvtt-wasteland/assets/icons/tendance.webp",
traitchaotique: "systems/fvtt-wasteland/assets/icons/traitchaotique.webp",
pouvoir: "systems/fvtt-wasteland/assets/icons/power.webp",
origine: "systems/fvtt-wasteland/assets/icons/origin.webp",
protection: "systems/fvtt-wasteland/assets/icons/armor.webp",
artifex: "systems/fvtt-wasteland/assets/icons/artifact.webp",
charme: "systems/fvtt-wasteland/assets/icons/charm.webp",
}
/**

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,3 @@
2023/11/26-20:16:21.919977 7f3d1ffff6c0 Recovering log #36
2023/11/26-20:16:21.930376 7f3d1ffff6c0 Delete type=3 #34
2023/11/26-20:16:21.930442 7f3d1ffff6c0 Delete type=0 #36
2023/11/26-20:42:25.864837 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.864861 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.871632 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.884588 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.891980 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.807594 7f3d1f7fe6c0 Recovering log #40
2023/11/27-23:00:39.817493 7f3d1f7fe6c0 Delete type=3 #38
2023/11/27-23:00:39.817555 7f3d1f7fe6c0 Delete type=0 #40

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.306922 7f3d1effd6c0 Recovering log #32
2023/11/26-20:10:50.316828 7f3d1effd6c0 Delete type=3 #30
2023/11/26-20:10:50.316904 7f3d1effd6c0 Delete type=0 #32
2023/11/26-20:16:11.607494 7f3d1dffb6c0 Level-0 table #37: started
2023/11/26-20:16:11.607690 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK
2023/11/26-20:16:11.614319 7f3d1dffb6c0 Delete type=0 #35
2023/11/26-20:16:11.627708 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/26-20:16:11.627738 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/26-20:16:21.919977 7f3d1ffff6c0 Recovering log #36
2023/11/26-20:16:21.930376 7f3d1ffff6c0 Delete type=3 #34
2023/11/26-20:16:21.930442 7f3d1ffff6c0 Delete type=0 #36
2023/11/26-20:42:25.864837 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.864861 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.871632 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.884588 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.891980 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/armes/MANIFEST-000042 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,3 @@
2023/11/26-20:16:21.944564 7f3d1f7fe6c0 Recovering log #36
2023/11/26-20:16:21.954127 7f3d1f7fe6c0 Delete type=3 #34
2023/11/26-20:16:21.954176 7f3d1f7fe6c0 Delete type=0 #36
2023/11/26-20:42:25.878383 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.878407 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.884452 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.891954 7f3d1dffb6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.892052 7f3d1dffb6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.832006 7f3d1effd6c0 Recovering log #40
2023/11/27-23:00:39.843269 7f3d1effd6c0 Delete type=3 #38
2023/11/27-23:00:39.843339 7f3d1effd6c0 Delete type=0 #40

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.331253 7f3d1ffff6c0 Recovering log #32
2023/11/26-20:10:50.341235 7f3d1ffff6c0 Delete type=3 #30
2023/11/26-20:10:50.341289 7f3d1ffff6c0 Delete type=0 #32
2023/11/26-20:16:11.601287 7f3d1dffb6c0 Level-0 table #37: started
2023/11/26-20:16:11.601307 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK
2023/11/26-20:16:11.607387 7f3d1dffb6c0 Delete type=0 #35
2023/11/26-20:16:11.627696 7f3d1dffb6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/26-20:16:11.627732 7f3d1dffb6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/26-20:16:21.944564 7f3d1f7fe6c0 Recovering log #36
2023/11/26-20:16:21.954127 7f3d1f7fe6c0 Delete type=3 #34
2023/11/26-20:16:21.954176 7f3d1f7fe6c0 Delete type=0 #36
2023/11/26-20:42:25.878383 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.878407 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.884452 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.891954 7f3d1dffb6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.892052 7f3d1dffb6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000002
MANIFEST-000006

View File

@ -1,5 +1,3 @@
2023/11/26-20:16:21.903626 7f3d1f7fe6c0 Delete type=3 #1
2023/11/26-20:42:25.851370 7f3d1dffb6c0 Level-0 table #5: started
2023/11/26-20:42:25.851404 7f3d1dffb6c0 Level-0 table #5: 0 bytes OK
2023/11/26-20:42:25.858711 7f3d1dffb6c0 Delete type=0 #3
2023/11/26-20:42:25.864828 7f3d1dffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.782700 7f3d1effd6c0 Recovering log #4
2023/11/27-23:00:39.792495 7f3d1effd6c0 Delete type=3 #2
2023/11/27-23:00:39.792554 7f3d1effd6c0 Delete type=0 #4

5
packs/heritages/LOG.old Normal file
View File

@ -0,0 +1,5 @@
2023/11/26-20:16:21.903626 7f3d1f7fe6c0 Delete type=3 #1
2023/11/26-20:42:25.851370 7f3d1dffb6c0 Level-0 table #5: started
2023/11/26-20:42:25.851404 7f3d1dffb6c0 Level-0 table #5: 0 bytes OK
2023/11/26-20:42:25.858711 7f3d1dffb6c0 Delete type=0 #3
2023/11/26-20:42:25.864828 7f3d1dffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000002
MANIFEST-000006

View File

@ -1,5 +1,3 @@
2023/11/26-20:16:21.918621 7f3d1e7fc6c0 Delete type=3 #1
2023/11/26-20:42:25.858821 7f3d1dffb6c0 Level-0 table #5: started
2023/11/26-20:42:25.858839 7f3d1dffb6c0 Level-0 table #5: 0 bytes OK
2023/11/26-20:42:25.864732 7f3d1dffb6c0 Delete type=0 #3
2023/11/26-20:42:25.871782 7f3d1dffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.794461 7f3d1e7fc6c0 Recovering log #4
2023/11/27-23:00:39.805451 7f3d1e7fc6c0 Delete type=3 #2
2023/11/27-23:00:39.805557 7f3d1e7fc6c0 Delete type=0 #4

5
packs/metiers/LOG.old Normal file
View File

@ -0,0 +1,5 @@
2023/11/26-20:16:21.918621 7f3d1e7fc6c0 Delete type=3 #1
2023/11/26-20:42:25.858821 7f3d1dffb6c0 Level-0 table #5: started
2023/11/26-20:42:25.858839 7f3d1dffb6c0 Level-0 table #5: 0 bytes OK
2023/11/26-20:42:25.864732 7f3d1dffb6c0 Delete type=0 #3
2023/11/26-20:42:25.871782 7f3d1dffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

BIN
packs/origines/000007.log Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000002
MANIFEST-000006

View File

@ -1,5 +1,3 @@
2023/11/26-20:16:21.886892 7f3d1effd6c0 Delete type=3 #1
2023/11/26-20:42:25.840602 7f3d1dffb6c0 Level-0 table #5: started
2023/11/26-20:42:25.844927 7f3d1dffb6c0 Level-0 table #5: 30537 bytes OK
2023/11/26-20:42:25.851150 7f3d1dffb6c0 Delete type=0 #3
2023/11/26-20:42:25.858813 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.769369 7f3d1ffff6c0 Recovering log #4
2023/11/27-23:00:39.780101 7f3d1ffff6c0 Delete type=3 #2
2023/11/27-23:00:39.780160 7f3d1ffff6c0 Delete type=0 #4

5
packs/origines/LOG.old Normal file
View File

@ -0,0 +1,5 @@
2023/11/26-20:16:21.886892 7f3d1effd6c0 Delete type=3 #1
2023/11/26-20:42:25.840602 7f3d1dffb6c0 Level-0 table #5: started
2023/11/26-20:42:25.844927 7f3d1dffb6c0 Level-0 table #5: 30537 bytes OK
2023/11/26-20:42:25.851150 7f3d1dffb6c0 Delete type=0 #3
2023/11/26-20:42:25.858813 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,3 @@
2023/11/26-20:16:21.932632 7f3d1effd6c0 Recovering log #36
2023/11/26-20:16:21.942791 7f3d1effd6c0 Delete type=3 #34
2023/11/26-20:16:21.942847 7f3d1effd6c0 Delete type=0 #36
2023/11/26-20:42:25.871799 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.871836 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.878278 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.891913 7f3d1dffb6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.892029 7f3d1dffb6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.820521 7f3d1ffff6c0 Recovering log #40
2023/11/27-23:00:39.830391 7f3d1ffff6c0 Delete type=3 #38
2023/11/27-23:00:39.830442 7f3d1ffff6c0 Delete type=0 #40

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.319275 7f3d1f7fe6c0 Recovering log #32
2023/11/26-20:10:50.329134 7f3d1f7fe6c0 Delete type=3 #30
2023/11/26-20:10:50.329192 7f3d1f7fe6c0 Delete type=0 #32
2023/11/26-20:16:11.621320 7f3d1dffb6c0 Level-0 table #37: started
2023/11/26-20:16:11.621359 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK
2023/11/26-20:16:11.627565 7f3d1dffb6c0 Delete type=0 #35
2023/11/26-20:16:11.627725 7f3d1dffb6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/26-20:16:11.627750 7f3d1dffb6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/26-20:16:21.932632 7f3d1effd6c0 Recovering log #36
2023/11/26-20:16:21.942791 7f3d1effd6c0 Delete type=3 #34
2023/11/26-20:16:21.942847 7f3d1effd6c0 Delete type=0 #36
2023/11/26-20:42:25.871799 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.871836 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.878278 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.891913 7f3d1dffb6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.892029 7f3d1dffb6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,3 @@
2023/11/26-20:16:21.860386 7f3d1ffff6c0 Recovering log #36
2023/11/26-20:16:21.870357 7f3d1ffff6c0 Delete type=3 #34
2023/11/26-20:16:21.870466 7f3d1ffff6c0 Delete type=0 #36
2023/11/26-20:42:25.892168 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.892240 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.898400 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.898700 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.898755 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.756918 7f3d1f7fe6c0 Recovering log #40
2023/11/27-23:00:39.766732 7f3d1f7fe6c0 Delete type=3 #38
2023/11/27-23:00:39.766795 7f3d1f7fe6c0 Delete type=0 #40

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.258709 7f3d1effd6c0 Recovering log #32
2023/11/26-20:10:50.268755 7f3d1effd6c0 Delete type=3 #30
2023/11/26-20:10:50.268815 7f3d1effd6c0 Delete type=0 #32
2023/11/26-20:16:11.594442 7f3d1dffb6c0 Level-0 table #37: started
2023/11/26-20:16:11.594468 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK
2023/11/26-20:16:11.601039 7f3d1dffb6c0 Delete type=0 #35
2023/11/26-20:16:11.601182 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/26-20:16:11.601200 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/26-20:16:21.860386 7f3d1ffff6c0 Recovering log #36
2023/11/26-20:16:21.870357 7f3d1ffff6c0 Delete type=3 #34
2023/11/26-20:16:21.870466 7f3d1ffff6c0 Delete type=0 #36
2023/11/26-20:42:25.892168 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.892240 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.898400 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.898700 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.898755 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000038
MANIFEST-000042

View File

@ -1,8 +1,3 @@
2023/11/26-20:16:21.955978 7f3d1e7fc6c0 Recovering log #36
2023/11/26-20:16:21.966795 7f3d1e7fc6c0 Delete type=3 #34
2023/11/26-20:16:21.966858 7f3d1e7fc6c0 Delete type=0 #36
2023/11/26-20:42:25.884604 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.884635 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.891677 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.892005 7f3d1dffb6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.892075 7f3d1dffb6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/27-23:00:39.845615 7f3d1e7fc6c0 Recovering log #40
2023/11/27-23:00:39.855209 7f3d1e7fc6c0 Delete type=3 #38
2023/11/27-23:00:39.855263 7f3d1e7fc6c0 Delete type=0 #40

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.343527 7f3d1e7fc6c0 Recovering log #32
2023/11/26-20:10:50.354511 7f3d1e7fc6c0 Delete type=3 #30
2023/11/26-20:10:50.354708 7f3d1e7fc6c0 Delete type=0 #32
2023/11/26-20:16:11.614422 7f3d1dffb6c0 Level-0 table #37: started
2023/11/26-20:16:11.614446 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK
2023/11/26-20:16:11.621163 7f3d1dffb6c0 Delete type=0 #35
2023/11/26-20:16:11.627717 7f3d1dffb6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/26-20:16:11.627757 7f3d1dffb6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/26-20:16:21.955978 7f3d1e7fc6c0 Recovering log #36
2023/11/26-20:16:21.966795 7f3d1e7fc6c0 Delete type=3 #34
2023/11/26-20:16:21.966858 7f3d1e7fc6c0 Delete type=0 #36
2023/11/26-20:42:25.884604 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:42:25.884635 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:42:25.891677 7f3d1dffb6c0 Delete type=0 #39
2023/11/26-20:42:25.892005 7f3d1dffb6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/26-20:42:25.892075 7f3d1dffb6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)

View File

@ -1297,15 +1297,15 @@ ul, li {
color: #CCC
}
#pause > img {
content: url(../assets/logos/wasteland_logo_chaos.webp);
height: 256px;
content: url(../assets/logos/logo_wasteland.webp);
/* height: 256px;*/
width: 256px;
top: -80px;
left: calc(50% - 132px);
}
#logo {
content : url(../assets/logos/wasteland_logo_texte.webp);
content : url(../assets/logos/logo_wasteland.webp);
width: 120px;
height: 40px;
}

View File

@ -1,7 +1,7 @@
{
"id": "fvtt-wasteland",
"description": "Wasteland RPG for FoundryVTT",
"version": "11.0.1",
"version": "11.0.2",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@ -23,7 +23,7 @@
"gridUnits": "m",
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-wasteland/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.1.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.2.zip",
"packs": [
{
"type": "Item",

View File

@ -151,6 +151,11 @@
"base"
]
},
"peuple": {
"templates": [
"base"
]
},
"origine": {
"templates": [
"base"