Compare commits

..

2 Commits

Author SHA1 Message Date
7ac42672a3 Add icons + origine 2023-11-27 23:08:53 +01:00
02c80c1197 Add icons + origine 2023-11-27 23:08:39 +01:00
96 changed files with 154 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"; import { WastelandUtility } from "./wasteland-utility.js";
export const defaultItemImg = { export const defaultItemImg = {
competence: "systems/fvtt-wasteland/assets/icons/competence.webp", competence: "systems/fvtt-wasteland/assets/icons/skill.webp",
arme: "systems/fvtt-wasteland/assets/icons/arme.webp", arme: "systems/fvtt-wasteland/assets/icons/weapon.webp",
capacite: "systems/fvtt-wasteland/assets/icons/capacite.webp", capacite: "systems/fvtt-wasteland/assets/icons/hability.webp",
don: "systems/fvtt-wasteland/assets/icons/don.webp", equipement: "systems/fvtt-wasteland/assets/icons/gear.webp",
equipement: "systems/fvtt-wasteland/assets/icons/equipement.webp", mutation: "systems/fvtt-wasteland/assets/icons/mutation.webp",
monnaie: "systems/fvtt-wasteland/assets/icons/monnaie.webp", monnaie: "systems/fvtt-wasteland/assets/icons/money.webp",
pacte: "systems/fvtt-wasteland/assets/icons/pacte.webp", people: "systems/fvtt-wasteland/assets/icons/people.webp",
predilection: "systems/fvtt-wasteland/assets/icons/predilection.webp", predilection: "systems/fvtt-wasteland/assets/icons/predilection.webp",
protection: "systems/fvtt-wasteland/assets/icons/protection.webp", pouvoir: "systems/fvtt-wasteland/assets/icons/power.webp",
rune: "systems/fvtt-wasteland/assets/icons/rune.webp", origine: "systems/fvtt-wasteland/assets/icons/origin.webp",
tendance: "systems/fvtt-wasteland/assets/icons/tendance.webp", protection: "systems/fvtt-wasteland/assets/icons/armor.webp",
traitchaotique: "systems/fvtt-wasteland/assets/icons/traitchaotique.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,8 @@
2023/11/26-20:16:21.919977 7f3d1ffff6c0 Recovering log #36 2023/11/27-23:00:39.807594 7f3d1f7fe6c0 Recovering log #40
2023/11/26-20:16:21.930376 7f3d1ffff6c0 Delete type=3 #34 2023/11/27-23:00:39.817493 7f3d1f7fe6c0 Delete type=3 #38
2023/11/26-20:16:21.930442 7f3d1ffff6c0 Delete type=0 #36 2023/11/27-23:00:39.817555 7f3d1f7fe6c0 Delete type=0 #40
2023/11/26-20:42:25.864837 7f3d1dffb6c0 Level-0 table #41: started 2023/11/27-23:08:45.547541 7f3d1dffb6c0 Level-0 table #45: started
2023/11/26-20:42:25.864861 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK 2023/11/27-23:08:45.547572 7f3d1dffb6c0 Level-0 table #45: 0 bytes OK
2023/11/26-20:42:25.871632 7f3d1dffb6c0 Delete type=0 #39 2023/11/27-23:08:45.554595 7f3d1dffb6c0 Delete type=0 #43
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/27-23:08:45.572589 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:08:45.578907 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.306922 7f3d1effd6c0 Recovering log #32 2023/11/26-20:16:21.919977 7f3d1ffff6c0 Recovering log #36
2023/11/26-20:10:50.316828 7f3d1effd6c0 Delete type=3 #30 2023/11/26-20:16:21.930376 7f3d1ffff6c0 Delete type=3 #34
2023/11/26-20:10:50.316904 7f3d1effd6c0 Delete type=0 #32 2023/11/26-20:16:21.930442 7f3d1ffff6c0 Delete type=0 #36
2023/11/26-20:16:11.607494 7f3d1dffb6c0 Level-0 table #37: started 2023/11/26-20:42:25.864837 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:16:11.607690 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK 2023/11/26-20:42:25.864861 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:16:11.614319 7f3d1dffb6c0 Delete type=0 #35 2023/11/26-20:42:25.871632 7f3d1dffb6c0 Delete type=0 #39
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: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: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: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,8 @@
2023/11/26-20:16:21.944564 7f3d1f7fe6c0 Recovering log #36 2023/11/27-23:00:39.832006 7f3d1effd6c0 Recovering log #40
2023/11/26-20:16:21.954127 7f3d1f7fe6c0 Delete type=3 #34 2023/11/27-23:00:39.843269 7f3d1effd6c0 Delete type=3 #38
2023/11/26-20:16:21.954176 7f3d1f7fe6c0 Delete type=0 #36 2023/11/27-23:00:39.843339 7f3d1effd6c0 Delete type=0 #40
2023/11/26-20:42:25.878383 7f3d1dffb6c0 Level-0 table #41: started 2023/11/27-23:08:45.578918 7f3d1dffb6c0 Level-0 table #45: started
2023/11/26-20:42:25.878407 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK 2023/11/27-23:08:45.578940 7f3d1dffb6c0 Level-0 table #45: 0 bytes OK
2023/11/26-20:42:25.884452 7f3d1dffb6c0 Delete type=0 #39 2023/11/27-23:08:45.586309 7f3d1dffb6c0 Delete type=0 #43
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/27-23:08:45.593155 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:08:45.593194 7f3d1dffb6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.331253 7f3d1ffff6c0 Recovering log #32 2023/11/26-20:16:21.944564 7f3d1f7fe6c0 Recovering log #36
2023/11/26-20:10:50.341235 7f3d1ffff6c0 Delete type=3 #30 2023/11/26-20:16:21.954127 7f3d1f7fe6c0 Delete type=3 #34
2023/11/26-20:10:50.341289 7f3d1ffff6c0 Delete type=0 #32 2023/11/26-20:16:21.954176 7f3d1f7fe6c0 Delete type=0 #36
2023/11/26-20:16:11.601287 7f3d1dffb6c0 Level-0 table #37: started 2023/11/26-20:42:25.878383 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:16:11.601307 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK 2023/11/26-20:42:25.878407 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:16:11.607387 7f3d1dffb6c0 Delete type=0 #35 2023/11/26-20:42:25.884452 7f3d1dffb6c0 Delete type=0 #39
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: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: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: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,7 @@
2023/11/26-20:16:21.903626 7f3d1f7fe6c0 Delete type=3 #1 2023/11/27-23:00:39.782700 7f3d1effd6c0 Recovering log #4
2023/11/26-20:42:25.851370 7f3d1dffb6c0 Level-0 table #5: started 2023/11/27-23:00:39.792495 7f3d1effd6c0 Delete type=3 #2
2023/11/26-20:42:25.851404 7f3d1dffb6c0 Level-0 table #5: 0 bytes OK 2023/11/27-23:00:39.792554 7f3d1effd6c0 Delete type=0 #4
2023/11/26-20:42:25.858711 7f3d1dffb6c0 Delete type=0 #3 2023/11/27-23:08:45.540368 7f3d1dffb6c0 Level-0 table #9: started
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:08:45.540399 7f3d1dffb6c0 Level-0 table #9: 0 bytes OK
2023/11/27-23:08:45.547389 7f3d1dffb6c0 Delete type=0 #7
2023/11/27-23:08:45.561312 7f3d1dffb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

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

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.

Binary file not shown.

BIN
packs/origines/000010.ldb Normal file

Binary file not shown.

View File

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

View File

@ -1,5 +1,15 @@
2023/11/26-20:16:21.886892 7f3d1effd6c0 Delete type=3 #1 2023/11/27-23:00:39.769369 7f3d1ffff6c0 Recovering log #4
2023/11/26-20:42:25.840602 7f3d1dffb6c0 Level-0 table #5: started 2023/11/27-23:00:39.780101 7f3d1ffff6c0 Delete type=3 #2
2023/11/26-20:42:25.844927 7f3d1dffb6c0 Level-0 table #5: 30537 bytes OK 2023/11/27-23:00:39.780160 7f3d1ffff6c0 Delete type=0 #4
2023/11/26-20:42:25.851150 7f3d1dffb6c0 Delete type=0 #3 2023/11/27-23:08:45.529490 7f3d1dffb6c0 Level-0 table #9: started
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:08:45.533813 7f3d1dffb6c0 Level-0 table #9: 30607 bytes OK
2023/11/27-23:08:45.540196 7f3d1dffb6c0 Delete type=0 #7
2023/11/27-23:08:45.547522 7f3d1dffb6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/27-23:08:45.561334 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at '!items!xox7R7Uuuz0eGL0p' @ 32 : 1
2023/11/27-23:08:45.561346 7f3d1dffb6c0 Compacting 1@1 + 1@2 files
2023/11/27-23:08:45.565599 7f3d1dffb6c0 Generated table #10@1: 20 keys, 30607 bytes
2023/11/27-23:08:45.565628 7f3d1dffb6c0 Compacted 1@1 + 1@2 files => 30607 bytes
2023/11/27-23:08:45.572245 7f3d1dffb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/11/27-23:08:45.572375 7f3d1dffb6c0 Delete type=2 #5
2023/11/27-23:08:45.572512 7f3d1dffb6c0 Delete type=2 #9
2023/11/27-23:08:45.578894 7f3d1dffb6c0 Manual compaction at level-1 from '!items!xox7R7Uuuz0eGL0p' @ 32 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)

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,8 @@
2023/11/26-20:16:21.932632 7f3d1effd6c0 Recovering log #36 2023/11/27-23:00:39.820521 7f3d1ffff6c0 Recovering log #40
2023/11/26-20:16:21.942791 7f3d1effd6c0 Delete type=3 #34 2023/11/27-23:00:39.830391 7f3d1ffff6c0 Delete type=3 #38
2023/11/26-20:16:21.942847 7f3d1effd6c0 Delete type=0 #36 2023/11/27-23:00:39.830442 7f3d1ffff6c0 Delete type=0 #40
2023/11/26-20:42:25.871799 7f3d1dffb6c0 Level-0 table #41: started 2023/11/27-23:08:45.572612 7f3d1dffb6c0 Level-0 table #45: started
2023/11/26-20:42:25.871836 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK 2023/11/27-23:08:45.572642 7f3d1dffb6c0 Level-0 table #45: 0 bytes OK
2023/11/26-20:42:25.878278 7f3d1dffb6c0 Delete type=0 #39 2023/11/27-23:08:45.578785 7f3d1dffb6c0 Delete type=0 #43
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/27-23:08:45.586452 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:08:45.593168 7f3d1dffb6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.319275 7f3d1f7fe6c0 Recovering log #32 2023/11/26-20:16:21.932632 7f3d1effd6c0 Recovering log #36
2023/11/26-20:10:50.329134 7f3d1f7fe6c0 Delete type=3 #30 2023/11/26-20:16:21.942791 7f3d1effd6c0 Delete type=3 #34
2023/11/26-20:10:50.329192 7f3d1f7fe6c0 Delete type=0 #32 2023/11/26-20:16:21.942847 7f3d1effd6c0 Delete type=0 #36
2023/11/26-20:16:11.621320 7f3d1dffb6c0 Level-0 table #37: started 2023/11/26-20:42:25.871799 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:16:11.621359 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK 2023/11/26-20:42:25.871836 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:16:11.627565 7f3d1dffb6c0 Delete type=0 #35 2023/11/26-20:42:25.878278 7f3d1dffb6c0 Delete type=0 #39
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: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: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: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,8 @@
2023/11/26-20:16:21.860386 7f3d1ffff6c0 Recovering log #36 2023/11/27-23:00:39.756918 7f3d1f7fe6c0 Recovering log #40
2023/11/26-20:16:21.870357 7f3d1ffff6c0 Delete type=3 #34 2023/11/27-23:00:39.766732 7f3d1f7fe6c0 Delete type=3 #38
2023/11/26-20:16:21.870466 7f3d1ffff6c0 Delete type=0 #36 2023/11/27-23:00:39.766795 7f3d1f7fe6c0 Delete type=0 #40
2023/11/26-20:42:25.892168 7f3d1dffb6c0 Level-0 table #41: started 2023/11/27-23:08:45.501744 7f3d1dffb6c0 Level-0 table #45: started
2023/11/26-20:42:25.892240 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK 2023/11/27-23:08:45.501783 7f3d1dffb6c0 Level-0 table #45: 0 bytes OK
2023/11/26-20:42:25.898400 7f3d1dffb6c0 Delete type=0 #39 2023/11/27-23:08:45.508136 7f3d1dffb6c0 Delete type=0 #43
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/27-23:08:45.508277 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:08:45.529473 7f3d1dffb6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.258709 7f3d1effd6c0 Recovering log #32 2023/11/26-20:16:21.860386 7f3d1ffff6c0 Recovering log #36
2023/11/26-20:10:50.268755 7f3d1effd6c0 Delete type=3 #30 2023/11/26-20:16:21.870357 7f3d1ffff6c0 Delete type=3 #34
2023/11/26-20:10:50.268815 7f3d1effd6c0 Delete type=0 #32 2023/11/26-20:16:21.870466 7f3d1ffff6c0 Delete type=0 #36
2023/11/26-20:16:11.594442 7f3d1dffb6c0 Level-0 table #37: started 2023/11/26-20:42:25.892168 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:16:11.594468 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK 2023/11/26-20:42:25.892240 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:16:11.601039 7f3d1dffb6c0 Delete type=0 #35 2023/11/26-20:42:25.898400 7f3d1dffb6c0 Delete type=0 #39
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: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: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: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,8 @@
2023/11/26-20:16:21.955978 7f3d1e7fc6c0 Recovering log #36 2023/11/27-23:00:39.845615 7f3d1e7fc6c0 Recovering log #40
2023/11/26-20:16:21.966795 7f3d1e7fc6c0 Delete type=3 #34 2023/11/27-23:00:39.855209 7f3d1e7fc6c0 Delete type=3 #38
2023/11/26-20:16:21.966858 7f3d1e7fc6c0 Delete type=0 #36 2023/11/27-23:00:39.855263 7f3d1e7fc6c0 Delete type=0 #40
2023/11/26-20:42:25.884604 7f3d1dffb6c0 Level-0 table #41: started 2023/11/27-23:08:45.586470 7f3d1dffb6c0 Level-0 table #45: started
2023/11/26-20:42:25.884635 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK 2023/11/27-23:08:45.586499 7f3d1dffb6c0 Level-0 table #45: 0 bytes OK
2023/11/26-20:42:25.891677 7f3d1dffb6c0 Delete type=0 #39 2023/11/27-23:08:45.593044 7f3d1dffb6c0 Delete type=0 #43
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/27-23:08:45.593178 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:08:45.593202 7f3d1dffb6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/26-20:10:50.343527 7f3d1e7fc6c0 Recovering log #32 2023/11/26-20:16:21.955978 7f3d1e7fc6c0 Recovering log #36
2023/11/26-20:10:50.354511 7f3d1e7fc6c0 Delete type=3 #30 2023/11/26-20:16:21.966795 7f3d1e7fc6c0 Delete type=3 #34
2023/11/26-20:10:50.354708 7f3d1e7fc6c0 Delete type=0 #32 2023/11/26-20:16:21.966858 7f3d1e7fc6c0 Delete type=0 #36
2023/11/26-20:16:11.614422 7f3d1dffb6c0 Level-0 table #37: started 2023/11/26-20:42:25.884604 7f3d1dffb6c0 Level-0 table #41: started
2023/11/26-20:16:11.614446 7f3d1dffb6c0 Level-0 table #37: 0 bytes OK 2023/11/26-20:42:25.884635 7f3d1dffb6c0 Level-0 table #41: 0 bytes OK
2023/11/26-20:16:11.621163 7f3d1dffb6c0 Delete type=0 #35 2023/11/26-20:42:25.891677 7f3d1dffb6c0 Delete type=0 #39
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: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: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: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 color: #CCC
} }
#pause > img { #pause > img {
content: url(../assets/logos/wasteland_logo_chaos.webp); content: url(../assets/logos/logo_wasteland.webp);
height: 256px; /* height: 256px;*/
width: 256px; width: 256px;
top: -80px; top: -80px;
left: calc(50% - 132px); left: calc(50% - 132px);
} }
#logo { #logo {
content : url(../assets/logos/wasteland_logo_texte.webp); content : url(../assets/logos/logo_wasteland.webp);
width: 120px; width: 120px;
height: 40px; height: 40px;
} }

View File

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

View File

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