Compendiums : Armes et protections

This commit is contained in:
LeRatierBretonnien 2023-11-28 22:27:31 +01:00
parent ca4b7f2803
commit a3c5a9bfec
52 changed files with 240 additions and 165 deletions

View File

@ -43,6 +43,8 @@ export class WastelandActorSheet extends ActorSheet {
armes: duplicate(this.actor.getWeapons()),
protections: duplicate(this.actor.getArmors()),
pouvoirs:duplicate(this.actor.getPouvoirs()),
tours:duplicate(this.actor.getTours()),
charmes:duplicate(this.actor.getCharmes()),
origine: duplicate(this.actor.getOrigine() || {}),
heritage: duplicate(this.actor.getHeritage() || {}),
metier: duplicate(this.actor.getMetier() || {}),

View File

@ -106,6 +106,16 @@ export class WastelandActor extends Actor {
WastelandUtility.sortArrayObjectsByName(items)
return items
}
getCharmes() {
let items = this.items.filter(item => item.type=="charme" && item.system?.charmetype == "charme") || []
WastelandUtility.sortArrayObjectsByName(items)
return items
}
getTours() {
let items = this.items.filter(item => item.type=="charme" && item.system?.charmetype == "tour") || []
WastelandUtility.sortArrayObjectsByName(items)
return items
}
getPouvoirs() {
return this.getItemSorted(["pouvoir"])
}

View File

@ -7,5 +7,9 @@ export const WASTELAND_CONFIG = {
"reflet": "Chemin des Reflets",
"ame": "Chemin des Âmes",
"mort": "Chemin des Morts"
},
charmetype: {
tour: "Tour",
charme: "Charme",
}
}

View File

View File

@ -1 +1 @@
MANIFEST-000010
MANIFEST-000026

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:45.936814 7fef577fe6c0 Recovering log #8
2023/11/28-21:10:45.999576 7fef577fe6c0 Delete type=3 #6
2023/11/28-21:10:45.999713 7fef577fe6c0 Delete type=0 #8
2023/11/28-21:42:12.890060 7fef56ffd6c0 Level-0 table #13: started
2023/11/28-21:42:12.890138 7fef56ffd6c0 Level-0 table #13: 0 bytes OK
2023/11/28-21:42:12.896649 7fef56ffd6c0 Delete type=0 #11
2023/11/28-21:42:12.896958 7fef56ffd6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.896986 7fef56ffd6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.804205 7fef577fe6c0 Recovering log #24
2023/11/28-22:25:39.814540 7fef577fe6c0 Delete type=3 #22
2023/11/28-22:25:39.814668 7fef577fe6c0 Delete type=0 #24
2023/11/28-22:26:01.957988 7fef56ffd6c0 Level-0 table #29: started
2023/11/28-22:26:01.958049 7fef56ffd6c0 Level-0 table #29: 0 bytes OK
2023/11/28-22:26:01.993914 7fef56ffd6c0 Delete type=0 #27
2023/11/28-22:26:01.994099 7fef56ffd6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/28-22:26:01.994115 7fef56ffd6c0 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/28-21:00:12.498801 7fef57fff6c0 Recovering log #4
2023/11/28-21:00:12.509763 7fef57fff6c0 Delete type=3 #2
2023/11/28-21:00:12.509888 7fef57fff6c0 Delete type=0 #4
2023/11/28-21:10:40.936880 7fef56ffd6c0 Level-0 table #9: started
2023/11/28-21:10:40.936944 7fef56ffd6c0 Level-0 table #9: 0 bytes OK
2023/11/28-21:10:40.985508 7fef56ffd6c0 Delete type=0 #7
2023/11/28-21:10:41.022162 7fef56ffd6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.022261 7fef56ffd6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.966749 7ff1ed3ff6c0 Recovering log #20
2023/11/28-22:14:53.976936 7ff1ed3ff6c0 Delete type=3 #18
2023/11/28-22:14:53.977013 7ff1ed3ff6c0 Delete type=0 #20
2023/11/28-22:25:36.167685 7fef56ffd6c0 Level-0 table #25: started
2023/11/28-22:25:36.167712 7fef56ffd6c0 Level-0 table #25: 0 bytes OK
2023/11/28-22:25:36.174198 7fef56ffd6c0 Delete type=0 #23
2023/11/28-22:25:36.174324 7fef56ffd6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.174347 7fef56ffd6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000070
MANIFEST-000086

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:46.058402 7ff1ed3ff6c0 Recovering log #68
2023/11/28-21:10:46.111323 7ff1ed3ff6c0 Delete type=3 #66
2023/11/28-21:10:46.111419 7ff1ed3ff6c0 Delete type=0 #68
2023/11/28-21:42:12.917832 7fef56ffd6c0 Level-0 table #73: started
2023/11/28-21:42:12.917864 7fef56ffd6c0 Level-0 table #73: 0 bytes OK
2023/11/28-21:42:12.924966 7fef56ffd6c0 Delete type=0 #71
2023/11/28-21:42:12.925268 7fef56ffd6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.925315 7fef56ffd6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.829581 7fef57fff6c0 Recovering log #84
2023/11/28-22:25:39.840009 7fef57fff6c0 Delete type=3 #82
2023/11/28-22:25:39.840073 7fef57fff6c0 Delete type=0 #84
2023/11/28-22:26:01.994226 7fef56ffd6c0 Level-0 table #89: started
2023/11/28-22:26:01.994256 7fef56ffd6c0 Level-0 table #89: 0 bytes OK
2023/11/28-22:26:02.031072 7fef56ffd6c0 Delete type=0 #87
2023/11/28-22:26:02.153695 7fef56ffd6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/28-22:26:02.153755 7fef56ffd6c0 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/28-21:00:12.528084 7ff1ed3ff6c0 Recovering log #64
2023/11/28-21:00:12.538576 7ff1ed3ff6c0 Delete type=3 #62
2023/11/28-21:00:12.538671 7ff1ed3ff6c0 Delete type=0 #64
2023/11/28-21:10:41.022463 7fef56ffd6c0 Level-0 table #69: started
2023/11/28-21:10:41.022554 7fef56ffd6c0 Level-0 table #69: 0 bytes OK
2023/11/28-21:10:41.067253 7fef56ffd6c0 Delete type=0 #67
2023/11/28-21:10:41.195905 7fef56ffd6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.196008 7fef56ffd6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.990204 7fef577fe6c0 Recovering log #80
2023/11/28-22:14:54.000869 7fef577fe6c0 Delete type=3 #78
2023/11/28-22:14:54.001047 7fef577fe6c0 Delete type=0 #80
2023/11/28-22:25:36.194226 7fef56ffd6c0 Level-0 table #85: started
2023/11/28-22:25:36.194293 7fef56ffd6c0 Level-0 table #85: 0 bytes OK
2023/11/28-22:25:36.200734 7fef56ffd6c0 Delete type=0 #83
2023/11/28-22:25:36.200935 7fef56ffd6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.200959 7fef56ffd6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000034
MANIFEST-000050

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:45.818129 7ff1ed3ff6c0 Recovering log #32
2023/11/28-21:10:45.876594 7ff1ed3ff6c0 Delete type=3 #30
2023/11/28-21:10:45.876699 7ff1ed3ff6c0 Delete type=0 #32
2023/11/28-21:42:12.869213 7fef56ffd6c0 Level-0 table #37: started
2023/11/28-21:42:12.869236 7fef56ffd6c0 Level-0 table #37: 0 bytes OK
2023/11/28-21:42:12.875326 7fef56ffd6c0 Delete type=0 #35
2023/11/28-21:42:12.896758 7fef56ffd6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.896965 7fef56ffd6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.779436 7fef57fff6c0 Recovering log #48
2023/11/28-22:25:39.789921 7fef57fff6c0 Delete type=3 #46
2023/11/28-22:25:39.789983 7fef57fff6c0 Delete type=0 #48
2023/11/28-22:26:01.878136 7fef56ffd6c0 Level-0 table #53: started
2023/11/28-22:26:01.878192 7fef56ffd6c0 Level-0 table #53: 0 bytes OK
2023/11/28-22:26:01.914960 7fef56ffd6c0 Delete type=0 #51
2023/11/28-22:26:01.957954 7fef56ffd6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2023/11/28-22:26:01.994087 7fef56ffd6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/28-21:00:12.469089 7ff1ed3ff6c0 Recovering log #28
2023/11/28-21:00:12.481019 7ff1ed3ff6c0 Delete type=3 #26
2023/11/28-21:00:12.481137 7ff1ed3ff6c0 Delete type=0 #28
2023/11/28-21:10:40.899330 7fef56ffd6c0 Level-0 table #33: started
2023/11/28-21:10:40.899404 7fef56ffd6c0 Level-0 table #33: 0 bytes OK
2023/11/28-21:10:40.936638 7fef56ffd6c0 Delete type=0 #31
2023/11/28-21:10:41.022137 7fef56ffd6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.022238 7fef56ffd6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.939948 7fef577fe6c0 Recovering log #44
2023/11/28-22:14:53.949765 7fef577fe6c0 Delete type=3 #42
2023/11/28-22:14:53.949833 7fef577fe6c0 Delete type=0 #44
2023/11/28-22:25:36.155114 7fef56ffd6c0 Level-0 table #49: started
2023/11/28-22:25:36.155139 7fef56ffd6c0 Level-0 table #49: 0 bytes OK
2023/11/28-22:25:36.161385 7fef56ffd6c0 Delete type=0 #47
2023/11/28-22:25:36.174294 7fef56ffd6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.174332 7fef56ffd6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000034
MANIFEST-000050

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:45.880299 7ff1ecbfe6c0 Recovering log #32
2023/11/28-21:10:45.933133 7ff1ecbfe6c0 Delete type=3 #30
2023/11/28-21:10:45.933349 7ff1ecbfe6c0 Delete type=0 #32
2023/11/28-21:42:12.882403 7fef56ffd6c0 Level-0 table #37: started
2023/11/28-21:42:12.882485 7fef56ffd6c0 Level-0 table #37: 0 bytes OK
2023/11/28-21:42:12.889833 7fef56ffd6c0 Delete type=0 #35
2023/11/28-21:42:12.896948 7fef56ffd6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.896978 7fef56ffd6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.791819 7ff1ecbfe6c0 Recovering log #48
2023/11/28-22:25:39.801806 7ff1ecbfe6c0 Delete type=3 #46
2023/11/28-22:25:39.801862 7ff1ecbfe6c0 Delete type=0 #48
2023/11/28-22:26:01.915107 7fef56ffd6c0 Level-0 table #53: started
2023/11/28-22:26:01.915141 7fef56ffd6c0 Level-0 table #53: 0 bytes OK
2023/11/28-22:26:01.957280 7fef56ffd6c0 Delete type=0 #51
2023/11/28-22:26:01.994058 7fef56ffd6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2023/11/28-22:26:01.994107 7fef56ffd6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/28-21:00:12.484287 7ff1ecbfe6c0 Recovering log #28
2023/11/28-21:00:12.494659 7ff1ecbfe6c0 Delete type=3 #26
2023/11/28-21:00:12.494799 7ff1ecbfe6c0 Delete type=0 #28
2023/11/28-21:10:40.986191 7fef56ffd6c0 Level-0 table #33: started
2023/11/28-21:10:40.986253 7fef56ffd6c0 Level-0 table #33: 0 bytes OK
2023/11/28-21:10:41.021844 7fef56ffd6c0 Delete type=0 #31
2023/11/28-21:10:41.022187 7fef56ffd6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.022284 7fef56ffd6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.953114 7ff1ecbfe6c0 Recovering log #44
2023/11/28-22:14:53.963864 7ff1ecbfe6c0 Delete type=3 #42
2023/11/28-22:14:53.963919 7ff1ecbfe6c0 Delete type=0 #44
2023/11/28-22:25:36.161493 7fef56ffd6c0 Level-0 table #49: started
2023/11/28-22:25:36.161519 7fef56ffd6c0 Level-0 table #49: 0 bytes OK
2023/11/28-22:25:36.167584 7fef56ffd6c0 Delete type=0 #47
2023/11/28-22:25:36.174305 7fef56ffd6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.174339 7fef56ffd6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000035
MANIFEST-000051

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:45.758372 7fef57fff6c0 Recovering log #33
2023/11/28-21:10:45.814699 7fef57fff6c0 Delete type=3 #31
2023/11/28-21:10:45.814832 7fef57fff6c0 Delete type=0 #33
2023/11/28-21:42:12.875434 7fef56ffd6c0 Level-0 table #38: started
2023/11/28-21:42:12.875457 7fef56ffd6c0 Level-0 table #38: 0 bytes OK
2023/11/28-21:42:12.882108 7fef56ffd6c0 Delete type=0 #36
2023/11/28-21:42:12.896938 7fef56ffd6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.896971 7fef56ffd6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.766917 7ff1ed3ff6c0 Recovering log #49
2023/11/28-22:25:39.776639 7ff1ed3ff6c0 Delete type=3 #47
2023/11/28-22:25:39.776769 7ff1ed3ff6c0 Delete type=0 #49
2023/11/28-22:26:01.835351 7fef56ffd6c0 Level-0 table #54: started
2023/11/28-22:26:01.835379 7fef56ffd6c0 Level-0 table #54: 0 bytes OK
2023/11/28-22:26:01.877912 7fef56ffd6c0 Delete type=0 #52
2023/11/28-22:26:01.957422 7fef56ffd6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/28-22:26:01.994075 7fef56ffd6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/11/28-21:00:12.454515 7fef577fe6c0 Recovering log #29
2023/11/28-21:00:12.465532 7fef577fe6c0 Delete type=3 #27
2023/11/28-21:00:12.465668 7fef577fe6c0 Delete type=0 #29
2023/11/28-21:10:40.857528 7fef56ffd6c0 Level-0 table #34: started
2023/11/28-21:10:40.857593 7fef56ffd6c0 Level-0 table #34: 0 bytes OK
2023/11/28-21:10:40.899028 7fef56ffd6c0 Delete type=0 #32
2023/11/28-21:10:41.022100 7fef56ffd6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.022211 7fef56ffd6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.927159 7fef57fff6c0 Recovering log #45
2023/11/28-22:14:53.938168 7fef57fff6c0 Delete type=3 #43
2023/11/28-22:14:53.938269 7fef57fff6c0 Delete type=0 #45
2023/11/28-22:25:36.148472 7fef56ffd6c0 Level-0 table #50: started
2023/11/28-22:25:36.148556 7fef56ffd6c0 Level-0 table #50: 0 bytes OK
2023/11/28-22:25:36.154989 7fef56ffd6c0 Delete type=0 #48
2023/11/28-22:25:36.167674 7fef56ffd6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.174315 7fef56ffd6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000071
MANIFEST-000087

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:46.003090 7fef57fff6c0 Recovering log #69
2023/11/28-21:10:46.055644 7fef57fff6c0 Delete type=3 #67
2023/11/28-21:10:46.055774 7fef57fff6c0 Delete type=0 #69
2023/11/28-21:42:12.897082 7fef56ffd6c0 Level-0 table #74: started
2023/11/28-21:42:12.897106 7fef56ffd6c0 Level-0 table #74: 0 bytes OK
2023/11/28-21:42:12.904764 7fef56ffd6c0 Delete type=0 #72
2023/11/28-21:42:12.925187 7fef56ffd6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.925283 7fef56ffd6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.816638 7ff1ed3ff6c0 Recovering log #85
2023/11/28-22:25:39.826939 7ff1ed3ff6c0 Delete type=3 #83
2023/11/28-22:25:39.826992 7ff1ed3ff6c0 Delete type=0 #85
2023/11/28-22:26:02.073308 7fef56ffd6c0 Level-0 table #90: started
2023/11/28-22:26:02.073355 7fef56ffd6c0 Level-0 table #90: 0 bytes OK
2023/11/28-22:26:02.110214 7fef56ffd6c0 Delete type=0 #88
2023/11/28-22:26:02.153733 7fef56ffd6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/28-22:26:02.153763 7fef56ffd6c0 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/28-21:00:12.513087 7fef577fe6c0 Recovering log #64
2023/11/28-21:00:12.525182 7fef577fe6c0 Delete type=3 #62
2023/11/28-21:00:12.525274 7fef577fe6c0 Delete type=0 #64
2023/11/28-21:10:41.067506 7fef56ffd6c0 Level-0 table #70: started
2023/11/28-21:10:41.067577 7fef56ffd6c0 Level-0 table #70: 0 bytes OK
2023/11/28-21:10:41.109348 7fef56ffd6c0 Delete type=0 #68
2023/11/28-21:10:41.195934 7fef56ffd6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.196029 7fef56ffd6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.978702 7fef57fff6c0 Recovering log #81
2023/11/28-22:14:53.988721 7fef57fff6c0 Delete type=3 #79
2023/11/28-22:14:53.988779 7fef57fff6c0 Delete type=0 #81
2023/11/28-22:25:36.187160 7fef56ffd6c0 Level-0 table #86: started
2023/11/28-22:25:36.187189 7fef56ffd6c0 Level-0 table #86: 0 bytes OK
2023/11/28-22:25:36.193995 7fef56ffd6c0 Delete type=0 #84
2023/11/28-22:25:36.200924 7fef56ffd6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.200951 7fef56ffd6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000010
MANIFEST-000026

View File

@ -1,7 +1,7 @@
2023/11/28-21:10:46.185146 7fef577fe6c0 Recovering log #8
2023/11/28-21:10:46.240193 7fef577fe6c0 Delete type=3 #6
2023/11/28-21:10:46.240809 7fef577fe6c0 Delete type=0 #8
2023/11/28-21:42:12.911147 7fef56ffd6c0 Level-0 table #13: started
2023/11/28-21:42:12.911173 7fef56ffd6c0 Level-0 table #13: 0 bytes OK
2023/11/28-21:42:12.917689 7fef56ffd6c0 Delete type=0 #11
2023/11/28-21:42:12.925250 7fef56ffd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.853649 7fef577fe6c0 Recovering log #24
2023/11/28-22:25:39.863741 7fef577fe6c0 Delete type=3 #22
2023/11/28-22:25:39.863801 7fef577fe6c0 Delete type=0 #24
2023/11/28-22:26:02.031207 7fef56ffd6c0 Level-0 table #29: started
2023/11/28-22:26:02.031240 7fef56ffd6c0 Level-0 table #29: 0 bytes OK
2023/11/28-22:26:02.073160 7fef56ffd6c0 Delete type=0 #27
2023/11/28-22:26:02.153714 7fef56ffd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/11/28-21:00:12.558685 7fef57fff6c0 Recovering log #4
2023/11/28-21:00:12.569329 7fef57fff6c0 Delete type=3 #2
2023/11/28-21:00:12.569430 7fef57fff6c0 Delete type=0 #4
2023/11/28-21:10:41.153724 7fef56ffd6c0 Level-0 table #9: started
2023/11/28-21:10:41.153782 7fef56ffd6c0 Level-0 table #9: 0 bytes OK
2023/11/28-21:10:41.195685 7fef56ffd6c0 Delete type=0 #7
2023/11/28-21:10:41.195989 7fef56ffd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/11/28-22:14:54.017371 7ff1ed3ff6c0 Recovering log #20
2023/11/28-22:14:54.027883 7ff1ed3ff6c0 Delete type=3 #18
2023/11/28-22:14:54.027943 7ff1ed3ff6c0 Delete type=0 #20
2023/11/28-22:25:36.180820 7fef56ffd6c0 Level-0 table #25: started
2023/11/28-22:25:36.180877 7fef56ffd6c0 Level-0 table #25: 0 bytes OK
2023/11/28-22:25:36.187032 7fef56ffd6c0 Delete type=0 #23
2023/11/28-22:25:36.200911 7fef56ffd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000071
MANIFEST-000087

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:45.695496 7fef577fe6c0 Recovering log #69
2023/11/28-21:10:45.755106 7fef577fe6c0 Delete type=3 #67
2023/11/28-21:10:45.755198 7fef577fe6c0 Delete type=0 #69
2023/11/28-21:42:12.852210 7fef56ffd6c0 Level-0 table #74: started
2023/11/28-21:42:12.852268 7fef56ffd6c0 Level-0 table #74: 0 bytes OK
2023/11/28-21:42:12.858430 7fef56ffd6c0 Delete type=0 #72
2023/11/28-21:42:12.858569 7fef56ffd6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.869087 7fef56ffd6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.755108 7fef577fe6c0 Recovering log #85
2023/11/28-22:25:39.764999 7fef577fe6c0 Delete type=3 #83
2023/11/28-22:25:39.765054 7fef577fe6c0 Delete type=0 #85
2023/11/28-22:26:01.737555 7fef56ffd6c0 Level-0 table #90: started
2023/11/28-22:26:01.737598 7fef56ffd6c0 Level-0 table #90: 0 bytes OK
2023/11/28-22:26:01.779655 7fef56ffd6c0 Delete type=0 #88
2023/11/28-22:26:01.780041 7fef56ffd6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/28-22:26:01.835335 7fef56ffd6c0 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/28-21:00:12.439812 7fef57fff6c0 Recovering log #65
2023/11/28-21:00:12.450501 7fef57fff6c0 Delete type=3 #63
2023/11/28-21:00:12.450602 7fef57fff6c0 Delete type=0 #65
2023/11/28-21:10:40.752930 7fef56ffd6c0 Level-0 table #70: started
2023/11/28-21:10:40.752995 7fef56ffd6c0 Level-0 table #70: 0 bytes OK
2023/11/28-21:10:40.793770 7fef56ffd6c0 Delete type=0 #68
2023/11/28-21:10:40.857320 7fef56ffd6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/28-21:10:40.857386 7fef56ffd6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/28-22:14:53.914347 7ff1ed3ff6c0 Recovering log #81
2023/11/28-22:14:53.924342 7ff1ed3ff6c0 Delete type=3 #79
2023/11/28-22:14:53.924395 7ff1ed3ff6c0 Delete type=0 #81
2023/11/28-22:25:36.119696 7fef56ffd6c0 Level-0 table #86: started
2023/11/28-22:25:36.119755 7fef56ffd6c0 Level-0 table #86: 0 bytes OK
2023/11/28-22:25:36.127384 7fef56ffd6c0 Delete type=0 #84
2023/11/28-22:25:36.137845 7fef56ffd6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.148441 7fef56ffd6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000070
MANIFEST-000086

View File

@ -1,8 +1,8 @@
2023/11/28-21:10:46.114679 7ff1ecbfe6c0 Recovering log #68
2023/11/28-21:10:46.181412 7ff1ecbfe6c0 Delete type=3 #66
2023/11/28-21:10:46.181497 7ff1ecbfe6c0 Delete type=0 #68
2023/11/28-21:42:12.904868 7fef56ffd6c0 Level-0 table #73: started
2023/11/28-21:42:12.904895 7fef56ffd6c0 Level-0 table #73: 0 bytes OK
2023/11/28-21:42:12.911019 7fef56ffd6c0 Delete type=0 #71
2023/11/28-21:42:12.925227 7fef56ffd6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/28-21:42:12.925299 7fef56ffd6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/28-22:25:39.841825 7ff1ecbfe6c0 Recovering log #84
2023/11/28-22:25:39.851624 7ff1ecbfe6c0 Delete type=3 #82
2023/11/28-22:25:39.851681 7ff1ecbfe6c0 Delete type=0 #84
2023/11/28-22:26:02.110352 7fef56ffd6c0 Level-0 table #89: started
2023/11/28-22:26:02.110380 7fef56ffd6c0 Level-0 table #89: 0 bytes OK
2023/11/28-22:26:02.153538 7fef56ffd6c0 Delete type=0 #87
2023/11/28-22:26:02.153745 7fef56ffd6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/28-22:26:02.153771 7fef56ffd6c0 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/28-21:00:12.542948 7ff1ecbfe6c0 Recovering log #64
2023/11/28-21:00:12.554265 7ff1ecbfe6c0 Delete type=3 #62
2023/11/28-21:00:12.554422 7ff1ecbfe6c0 Delete type=0 #64
2023/11/28-21:10:41.109588 7fef56ffd6c0 Level-0 table #69: started
2023/11/28-21:10:41.109652 7fef56ffd6c0 Level-0 table #69: 0 bytes OK
2023/11/28-21:10:41.153510 7fef56ffd6c0 Delete type=0 #67
2023/11/28-21:10:41.195963 7fef56ffd6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/28-21:10:41.196054 7fef56ffd6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/28-22:14:54.003336 7ff1ecbfe6c0 Recovering log #80
2023/11/28-22:14:54.014281 7ff1ecbfe6c0 Delete type=3 #78
2023/11/28-22:14:54.014518 7ff1ecbfe6c0 Delete type=0 #80
2023/11/28-22:25:36.174449 7fef56ffd6c0 Level-0 table #85: started
2023/11/28-22:25:36.174476 7fef56ffd6c0 Level-0 table #85: 0 bytes OK
2023/11/28-22:25:36.180710 7fef56ffd6c0 Delete type=0 #83
2023/11/28-22:25:36.200896 7fef56ffd6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2023/11/28-22:25:36.200943 7fef56ffd6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"id": "fvtt-wasteland",
"description": "Wasteland RPG for FoundryVTT",
"version": "11.0.6",
"version": "11.0.7",
"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.6.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.7.zip",
"packs": [
{
"type": "Item",

View File

@ -135,6 +135,20 @@
"base"
]
},
"charme": {
"charmetype": "tour",
"resultats": [
{"value":-1, "description": ""},
{"value":-1, "description": ""},
{"value":-1, "description": ""},
{"value":-1, "description": ""},
{"value":-1, "description": ""},
{"value":-1, "description": ""}
],
"templates": [
"base"
]
},
"artifex": {
"artifextype": "vapeur",
"complexite": 0,
@ -235,17 +249,6 @@
"base"
]
},
"pacte": {
"allegeance": "",
"templates": [
"base"
]
},
"traitchaotique": {
"templates": [
"base"
]
},
"monnaie": {
"quantite": 0,
"unite": "",

View File

@ -239,6 +239,62 @@
</ul>
</div>
<div class="sheet-box color-bg-archetype">
<ul class="item-list alternate-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-name-label-header">
<h3><label class="items-title-text">Charmes</label></h3>
</span>
<span class="item-field-label-short">
<label class="short-label">Allégeance</label>
</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
</div>
</li>
{{#each charmes as |charme key|}}
<li class="item flexrow " data-item-id="{{charme._id}}" data-item-type="don">
<img class="item-name-img" src="{{charme.img}}" />
<span class="item-name-label competence-name">{{charme.name}}</span>
<span class="item-field-label-short">{{charme.system.allegeance}}</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
{{/each}}
</ul>
</div>
<div class="sheet-box color-bg-archetype">
<ul class="item-list alternate-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-name-label-header">
<h3><label class="items-title-text">Tours</label></h3>
</span>
<span class="item-field-label-short">
<label class="short-label">Allégeance</label>
</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
</div>
</li>
{{#each tours as |tour key|}}
<li class="item flexrow " data-item-id="{{tour._id}}" data-item-type="don">
<img class="item-name-img" src="{{tour.img}}" />
<span class="item-name-label competence-name">{{tour.name}}</span>
<span class="item-field-label-short">{{tour.system.allegeance}}</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
{{/each}}
</ul>
</div>
<div class="sheet-box color-bg-archetype">
<ul class="item-list alternate-list">
<li class="item flexrow list-item items-title-bg">

View File

@ -1,6 +1,6 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img class="item-sheet-img" src="{{img}}" data-edit="img" title="{{name}}"/>
<img class="item-sheet-img" alt="Portrait" src="{{img}}" data-edit="img" title="{{name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
</div>