Compare commits
7 Commits
fvtt-hawkm
...
fvtt-hawkm
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b9e1a80af | |||
| 6505b1c969 | |||
| 280e90d7a6 | |||
| 4fa9a911a0 | |||
| b8c61f8f12 | |||
| b47b14a4b1 | |||
| 9391acf6ee |
@@ -148,8 +148,8 @@ export class HawkmoonActorSheet extends ActorSheet {
|
||||
this.actor.rollArmeOffensif(armeId)
|
||||
})
|
||||
|
||||
html.find('.roll-assomer').click((event) => {
|
||||
this.actor.rollAssomer()
|
||||
html.find('.roll-assommer').click((event) => {
|
||||
this.actor.rollAssommer()
|
||||
})
|
||||
html.find('.roll-coup-bas').click((event) => {
|
||||
this.actor.rollCoupBas()
|
||||
|
||||
@@ -647,7 +647,7 @@ export class HawkmoonActor extends Actor {
|
||||
rollDialog.render(true)
|
||||
}
|
||||
/* -------------------------------------------- */
|
||||
async rollAssomer() {
|
||||
async rollAssommer() {
|
||||
let rollData = this.getCommonRollData("pui", undefined, "Filouterie")
|
||||
rollData.assomer = true
|
||||
rollData.conditionsCommunes = true
|
||||
|
||||
@@ -7,8 +7,8 @@ export class HawkmoonCombat extends Combat {
|
||||
async rollInitiative(ids, formula = undefined, messageOptions = {} ) {
|
||||
ids = typeof ids === "string" ? [ids] : ids;
|
||||
for (let cId of ids) {
|
||||
const c = this.combatants.get(ids[cId]);
|
||||
//console.log("Init for combattant", c )
|
||||
const c = this.combatants.get(cId);
|
||||
console.log("Init for combattant", c, ids)
|
||||
let id = c._id || c.id
|
||||
let initValue = c.actor ? c.actor.getInitiativeScore() : 0
|
||||
await this.updateEmbeddedDocuments("Combatant", [ { _id: id, initiative: initValue } ]);
|
||||
|
||||
@@ -88,7 +88,7 @@ function welcomeMessage() {
|
||||
async function importDefaultScene() {
|
||||
let exists = game.scenes.find(j => j.name == "Accueil");
|
||||
if (!exists) {
|
||||
const scenes = await HawkmoonUtility.loadCompendium("fvtt-hawkmoon.scenes")
|
||||
const scenes = await HawkmoonUtility.loadCompendium("fvtt-hawkmoon-cyd.scenes")
|
||||
let newDocuments = scenes.filter(i => i.name == "Accueil");
|
||||
if (newDocuments) {
|
||||
await game.scenes.documentClass.create(newDocuments);
|
||||
|
||||
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.474868 7fc3f4c006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.506757 7fc3f4c006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.506853 7fc3f4c006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.527216 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.527241 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.534234 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.547770 7fc3f32006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.547837 7fc3f32006c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.991898 7f18090006c0 Recovering log #207
|
||||
2024/05/31-23:16:46.046753 7f18090006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:46.046809 7f18090006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.384266 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.384313 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.390630 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.403867 7f18020006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.403898 7f18020006c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.889016 7f87a54006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.899014 7f87a54006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.899098 7f87a54006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.448193 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.448224 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.485470 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.485735 7f879e4006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.485776 7f879e4006c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.635913 7f1802a006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.653531 7f1802a006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.653591 7f1802a006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.413506 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.413557 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.419986 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.426574 7f18020006c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.426633 7f18020006c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.197636 7fc3f42006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.228972 7fc3f42006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.229102 7fc3f42006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.474463 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.474545 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.480529 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.486879 7fc3f32006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.486980 7fc3f32006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.511332 7f1803e006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.571770 7f1803e006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.571914 7f1803e006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.338949 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.338972 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.345723 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.358156 7f18020006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.358188 7f18020006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.785818 7f879fe006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.796001 7f879fe006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.796120 7f879fe006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:54.984066 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:54.984099 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.021086 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.063815 7f879e4006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.063883 7f879e4006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.536966 7f18034006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.546676 7f18034006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.546734 7f18034006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.342618 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.342657 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.348734 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.348859 7f18020006c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.348880 7f18020006c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.128774 7fc3f4c006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.159335 7fc3f4c006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.159402 7fc3f4c006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.447833 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.447883 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.453996 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.460588 7fc3f32006c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.460630 7fc3f32006c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.399504 7f1803e006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.453251 7f1803e006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.453307 7f1803e006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.324970 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.324998 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.332256 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.332486 7f18020006c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.332520 7f18020006c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.761129 7f879fe006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.771466 7f879fe006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.771569 7f879fe006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:54.904730 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:54.904818 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:54.941897 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.063762 7f879e4006c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.063849 7f879e4006c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.513081 7f18034006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.522757 7f18034006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.522898 7f18034006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.336023 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.336054 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.342475 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.348851 7f18020006c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.348887 7f18020006c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.059969 7fc3f42006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.090803 7fc3f42006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.090980 7fc3f42006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.441351 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.441377 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.447653 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.460578 7fc3f32006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.460613 7fc3f32006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.284662 7f1803e006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.346436 7f1803e006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.346487 7f1803e006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.311914 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.311964 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.318352 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.324962 7f18020006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.332453 7f18020006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.735150 7f879fe006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.746252 7f879fe006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.746373 7f879fe006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:54.867722 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:54.867757 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:54.904354 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:54.904606 7f879e4006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:54.904643 7f879e4006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.488401 7f18034006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.498833 7f18034006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.498885 7f18034006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.315812 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.315848 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.322917 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.323092 7f18020006c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.323124 7f18020006c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.265384 7fc3f4c006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.295246 7fc3f4c006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.295309 7fc3f4c006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.480663 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.480690 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.486637 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.486900 7fc3f32006c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.486961 7fc3f32006c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.631063 7f1803e006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.684522 7f1803e006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.684659 7f1803e006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.351886 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.351907 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.358042 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.358174 7f18020006c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.358195 7f18020006c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.811789 7f879fe006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.821907 7f879fe006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.821963 7f879fe006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.100066 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.100142 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.137073 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.216621 7f879e4006c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.216687 7f879e4006c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.560316 7f18034006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.570630 7f18034006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.570692 7f18034006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.361714 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.361742 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.368749 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.380194 7f18020006c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.380224 7f18020006c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.161503 7fc3f56006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.194742 7fc3f56006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.194855 7fc3f56006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.454182 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.454242 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.460452 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.460606 7fc3f32006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.460638 7fc3f32006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.455012 7f18090006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.509581 7f18090006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.509640 7f18090006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.332626 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.332674 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.338836 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.358145 7f18020006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.358181 7f18020006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.773991 7f87a54006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.783663 7f87a54006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.783711 7f87a54006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.021228 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.021260 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.063500 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.063834 7f879e4006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.063865 7f879e4006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.524828 7f1802a006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.535217 7f1802a006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.535288 7f1802a006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.329396 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.329429 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.335841 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.348840 7f18020006c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.348873 7f18020006c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000095
|
||||
MANIFEST-000119
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.094278 7fc3f60006c0 Recovering log #93
|
||||
2024/05/05-15:08:28.125562 7fc3f60006c0 Delete type=3 #91
|
||||
2024/05/05-15:08:28.125665 7fc3f60006c0 Delete type=0 #93
|
||||
2024/05/05-15:09:14.434835 7fc3f32006c0 Level-0 table #98: started
|
||||
2024/05/05-15:09:14.434923 7fc3f32006c0 Level-0 table #98: 0 bytes OK
|
||||
2024/05/05-15:09:14.441261 7fc3f32006c0 Delete type=0 #96
|
||||
2024/05/05-15:09:14.460566 7fc3f32006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.460598 7fc3f32006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.348077 7f18090006c0 Recovering log #117
|
||||
2024/05/31-23:16:45.396965 7f18090006c0 Delete type=3 #115
|
||||
2024/05/31-23:16:45.397017 7f18090006c0 Delete type=0 #117
|
||||
2024/05/31-23:25:37.318478 7f18020006c0 Level-0 table #122: started
|
||||
2024/05/31-23:25:37.318502 7f18020006c0 Level-0 table #122: 0 bytes OK
|
||||
2024/05/31-23:25:37.324829 7f18020006c0 Delete type=0 #120
|
||||
2024/05/31-23:25:37.332435 7f18020006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.332503 7f18020006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.748901 7f87a54006c0 Recovering log #89
|
||||
2024/05/05-15:07:06.758485 7f87a54006c0 Delete type=3 #87
|
||||
2024/05/05-15:07:06.758539 7f87a54006c0 Delete type=0 #89
|
||||
2024/05/05-15:07:54.942092 7f879e4006c0 Level-0 table #94: started
|
||||
2024/05/05-15:07:54.942137 7f879e4006c0 Level-0 table #94: 0 bytes OK
|
||||
2024/05/05-15:07:54.983919 7f879e4006c0 Delete type=0 #92
|
||||
2024/05/05-15:07:55.063791 7f879e4006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.063902 7f879e4006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.500596 7f1802a006c0 Recovering log #113
|
||||
2024/05/31-23:10:39.510853 7f1802a006c0 Delete type=3 #111
|
||||
2024/05/31-23:10:39.510925 7f1802a006c0 Delete type=0 #113
|
||||
2024/05/31-23:15:03.323199 7f18020006c0 Level-0 table #118: started
|
||||
2024/05/31-23:15:03.323227 7f18020006c0 Level-0 table #118: 0 bytes OK
|
||||
2024/05/31-23:15:03.329282 7f18020006c0 Delete type=0 #116
|
||||
2024/05/31-23:15:03.348828 7f18020006c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.348866 7f18020006c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.298960 7fc3f56006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.332788 7fc3f56006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.332842 7fc3f56006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.487089 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.487111 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.493907 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.517258 7fc3f32006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.517311 7fc3f32006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.686951 7f18090006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.748560 7f18090006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.748697 7f18090006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.358272 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.358380 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.364928 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.384137 7f18020006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.384177 7f18020006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.824442 7f87a54006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.835293 7f87a54006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.835346 7f87a54006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.137339 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.137395 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.179469 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.216639 7f879e4006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.216702 7f879e4006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.573163 7f1802a006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.583089 7f1802a006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.583144 7f1802a006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.348953 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.348975 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.355482 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.380172 7f18020006c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.380211 7f18020006c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.232971 7fc3f60006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.263060 7fc3f60006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.263194 7fc3f60006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.460749 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.460781 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.467216 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.486829 7fc3f32006c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.486921 7fc3f32006c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.574393 7f18090006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.628695 7f18090006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.628831 7f18090006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.345824 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.345846 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.351766 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.358165 7f18020006c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.358202 7f18020006c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.798725 7f87a54006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.809297 7f87a54006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.809440 7f87a54006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.064062 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.064116 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.099799 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.216598 7f879e4006c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.216671 7f879e4006c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.548612 7f1802a006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.558607 7f1802a006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.558658 7f1802a006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.355577 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.355598 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.361624 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.380185 7f18020006c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.380217 7f18020006c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000020
|
||||
MANIFEST-000045
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
2024/05/05-15:08:28.439510 7fc3f56006c0 Recovering log #17
|
||||
2024/05/05-15:08:28.470649 7fc3f56006c0 Delete type=3 #15
|
||||
2024/05/05-15:08:28.470739 7fc3f56006c0 Delete type=0 #17
|
||||
2024/05/05-15:09:14.506515 7fc3f32006c0 Level-0 table #23: started
|
||||
2024/05/05-15:09:14.510022 7fc3f32006c0 Level-0 table #23: 5110 bytes OK
|
||||
2024/05/05-15:09:14.517113 7fc3f32006c0 Delete type=0 #21
|
||||
2024/05/05-15:09:14.517303 7fc3f32006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.517340 7fc3f32006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 58 : 1
|
||||
2024/05/05-15:09:14.517351 7fc3f32006c0 Compacting 1@1 + 1@2 files
|
||||
2024/05/05-15:09:14.520727 7fc3f32006c0 Generated table #24@1: 13 keys, 5110 bytes
|
||||
2024/05/05-15:09:14.520753 7fc3f32006c0 Compacted 1@1 + 1@2 files => 5110 bytes
|
||||
2024/05/05-15:09:14.526876 7fc3f32006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2024/05/05-15:09:14.527033 7fc3f32006c0 Delete type=2 #19
|
||||
2024/05/05-15:09:14.527161 7fc3f32006c0 Delete type=2 #23
|
||||
2024/05/05-15:09:14.547746 7fc3f32006c0 Manual compaction at level-1 from '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 58 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.930564 7f18090006c0 Recovering log #43
|
||||
2024/05/31-23:16:45.989362 7f18090006c0 Delete type=3 #41
|
||||
2024/05/31-23:16:45.989419 7f18090006c0 Delete type=0 #43
|
||||
2024/05/31-23:25:37.390761 7f18020006c0 Level-0 table #48: started
|
||||
2024/05/31-23:25:37.390789 7f18020006c0 Level-0 table #48: 0 bytes OK
|
||||
2024/05/31-23:25:37.397622 7f18020006c0 Delete type=0 #46
|
||||
2024/05/31-23:25:37.403881 7f18020006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.403914 7f18020006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
2024/05/05-15:07:06.875333 7f87a54006c0 Recovering log #12
|
||||
2024/05/05-15:07:06.885642 7f87a54006c0 Delete type=3 #10
|
||||
2024/05/05-15:07:06.885746 7f87a54006c0 Delete type=0 #12
|
||||
2024/05/05-15:07:55.295833 7f879e4006c0 Level-0 table #18: started
|
||||
2024/05/05-15:07:55.313534 7f879e4006c0 Level-0 table #18: 5117 bytes OK
|
||||
2024/05/05-15:07:55.350588 7f879e4006c0 Delete type=0 #16
|
||||
2024/05/05-15:07:55.392663 7f879e4006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.392703 7f879e4006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 38 : 0
|
||||
2024/05/05-15:07:55.392711 7f879e4006c0 Compacting 1@1 + 1@2 files
|
||||
2024/05/05-15:07:55.410759 7f879e4006c0 Generated table #19@1: 13 keys, 4987 bytes
|
||||
2024/05/05-15:07:55.410790 7f879e4006c0 Compacted 1@1 + 1@2 files => 4987 bytes
|
||||
2024/05/05-15:07:55.447598 7f879e4006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2024/05/05-15:07:55.447741 7f879e4006c0 Delete type=2 #14
|
||||
2024/05/05-15:07:55.448113 7f879e4006c0 Delete type=2 #18
|
||||
2024/05/05-15:07:55.485671 7f879e4006c0 Manual compaction at level-1 from '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 38 : 0 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.622521 7f1802a006c0 Recovering log #39
|
||||
2024/05/31-23:10:39.632431 7f1802a006c0 Delete type=3 #37
|
||||
2024/05/31-23:10:39.632512 7f1802a006c0 Delete type=0 #39
|
||||
2024/05/31-23:15:03.406375 7f18020006c0 Level-0 table #44: started
|
||||
2024/05/31-23:15:03.406414 7f18020006c0 Level-0 table #44: 0 bytes OK
|
||||
2024/05/31-23:15:03.413058 7f18020006c0 Delete type=0 #42
|
||||
2024/05/31-23:15:03.413318 7f18020006c0 Manual compaction at level-0 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.413376 7f18020006c0 Manual compaction at level-1 from '!scenes!CXx90Qk7nXEd2uTh' @ 72057594037927935 : 1 .. '!scenes.tokens.delta.items!j6RYn1X7KfhTioX5.FPPNsxboEnoqyAoh.JxMmMrhEE67GWHQD.t9lh152OxZDg41sm' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
BIN
packs/scenes/MANIFEST-000045
Normal file
BIN
packs/scenes/MANIFEST-000045
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000184
|
||||
MANIFEST-000208
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2024/05/05-15:08:28.405376 7fc3f4c006c0 Recovering log #182
|
||||
2024/05/05-15:08:28.436104 7fc3f4c006c0 Delete type=3 #180
|
||||
2024/05/05-15:08:28.436163 7fc3f4c006c0 Delete type=0 #182
|
||||
2024/05/05-15:09:14.500241 7fc3f32006c0 Level-0 table #187: started
|
||||
2024/05/05-15:09:14.500264 7fc3f32006c0 Level-0 table #187: 0 bytes OK
|
||||
2024/05/05-15:09:14.506337 7fc3f32006c0 Delete type=0 #185
|
||||
2024/05/05-15:09:14.517290 7fc3f32006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.866029 7f1803e006c0 Recovering log #206
|
||||
2024/05/31-23:16:45.927421 7f1803e006c0 Delete type=3 #204
|
||||
2024/05/31-23:16:45.927530 7f1803e006c0 Delete type=0 #206
|
||||
2024/05/31-23:25:37.371152 7f18020006c0 Level-0 table #211: started
|
||||
2024/05/31-23:25:37.371175 7f18020006c0 Level-0 table #211: 0 bytes OK
|
||||
2024/05/31-23:25:37.377827 7f18020006c0 Delete type=0 #209
|
||||
2024/05/31-23:25:37.384161 7f18020006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2024/05/05-15:07:06.862429 7f879fe006c0 Recovering log #178
|
||||
2024/05/05-15:07:06.873538 7f879fe006c0 Delete type=3 #176
|
||||
2024/05/05-15:07:06.873597 7f879fe006c0 Delete type=0 #178
|
||||
2024/05/05-15:07:55.216832 7f879e4006c0 Level-0 table #183: started
|
||||
2024/05/05-15:07:55.216941 7f879e4006c0 Level-0 table #183: 0 bytes OK
|
||||
2024/05/05-15:07:55.253366 7f879e4006c0 Delete type=0 #181
|
||||
2024/05/05-15:07:55.392622 7f879e4006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.610395 7f18034006c0 Recovering log #202
|
||||
2024/05/31-23:10:39.620290 7f18034006c0 Delete type=3 #200
|
||||
2024/05/31-23:10:39.620347 7f18034006c0 Delete type=0 #202
|
||||
2024/05/31-23:15:03.400156 7f18020006c0 Level-0 table #207: started
|
||||
2024/05/31-23:15:03.400203 7f18020006c0 Level-0 table #207: 0 bytes OK
|
||||
2024/05/31-23:15:03.406248 7f18020006c0 Delete type=0 #205
|
||||
2024/05/31-23:15:03.413300 7f18020006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
BIN
packs/tables/MANIFEST-000208
Normal file
BIN
packs/tables/MANIFEST-000208
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000209
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.372050 7fc3f60006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.403264 7fc3f60006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.403321 7fc3f60006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.494028 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.494054 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.500123 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.517277 7fc3f32006c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.517319 7fc3f32006c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.810970 7f18090006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.864448 7f18090006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.864504 7f18090006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.377981 7f18020006c0 Level-0 table #212: started
|
||||
2024/05/31-23:25:37.378019 7f18020006c0 Level-0 table #212: 0 bytes OK
|
||||
2024/05/31-23:25:37.384026 7f18020006c0 Delete type=0 #210
|
||||
2024/05/31-23:25:37.384170 7f18020006c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.384183 7f18020006c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:07:06.850103 7f87a54006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.859976 7f87a54006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.860033 7f87a54006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.179762 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.179850 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.216397 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.216656 7f879e4006c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.216718 7f879e4006c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.597772 7f1802a006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.607823 7f1802a006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.607881 7f1802a006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.391835 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.391877 7f18020006c0 Level-0 table #208: 0 bytes OK
|
||||
2024/05/31-23:15:03.399899 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.413284 7f18020006c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.413353 7f18020006c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
packs/talents/000209.ldb
Normal file
BIN
packs/talents/000209.ldb
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000185
|
||||
MANIFEST-000210
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2024/05/05-15:08:28.335525 7fc3f42006c0 Recovering log #183
|
||||
2024/05/05-15:08:28.368012 7fc3f42006c0 Delete type=3 #181
|
||||
2024/05/05-15:08:28.368178 7fc3f42006c0 Delete type=0 #183
|
||||
2024/05/05-15:09:14.467366 7fc3f32006c0 Level-0 table #188: started
|
||||
2024/05/05-15:09:14.467406 7fc3f32006c0 Level-0 table #188: 0 bytes OK
|
||||
2024/05/05-15:09:14.474303 7fc3f32006c0 Delete type=0 #186
|
||||
2024/05/05-15:09:14.486856 7fc3f32006c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:09:14.486941 7fc3f32006c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:16:45.750702 7f1803e006c0 Recovering log #207
|
||||
2024/05/31-23:16:45.808265 7f1803e006c0 Delete type=3 #205
|
||||
2024/05/31-23:16:45.808385 7f1803e006c0 Delete type=0 #207
|
||||
2024/05/31-23:25:37.365021 7f18020006c0 Level-0 table #213: started
|
||||
2024/05/31-23:25:37.365045 7f18020006c0 Level-0 table #213: 0 bytes OK
|
||||
2024/05/31-23:25:37.371055 7f18020006c0 Delete type=0 #211
|
||||
2024/05/31-23:25:37.384148 7f18020006c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:25:37.384191 7f18020006c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
2024/05/05-15:07:06.837410 7f879fe006c0 Recovering log #179
|
||||
2024/05/05-15:07:06.847604 7f879fe006c0 Delete type=3 #177
|
||||
2024/05/05-15:07:06.847665 7f879fe006c0 Delete type=0 #179
|
||||
2024/05/05-15:07:55.253562 7f879e4006c0 Level-0 table #184: started
|
||||
2024/05/05-15:07:55.253605 7f879e4006c0 Level-0 table #184: 0 bytes OK
|
||||
2024/05/05-15:07:55.295585 7f879e4006c0 Delete type=0 #182
|
||||
2024/05/05-15:07:55.392647 7f879e4006c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2024/05/05-15:07:55.392687 7f879e4006c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:10:39.584791 7f18034006c0 Recovering log #203
|
||||
2024/05/31-23:10:39.595262 7f18034006c0 Delete type=3 #201
|
||||
2024/05/31-23:10:39.595319 7f18034006c0 Delete type=0 #203
|
||||
2024/05/31-23:15:03.368924 7f18020006c0 Level-0 table #208: started
|
||||
2024/05/31-23:15:03.373194 7f18020006c0 Level-0 table #208: 100807 bytes OK
|
||||
2024/05/31-23:15:03.380021 7f18020006c0 Delete type=0 #206
|
||||
2024/05/31-23:15:03.380203 7f18020006c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2024/05/31-23:15:03.380236 7f18020006c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at '!items!zKvlDHBalR4UdwUx' @ 579 : 1
|
||||
2024/05/31-23:15:03.380245 7f18020006c0 Compacting 1@1 + 1@2 files
|
||||
2024/05/31-23:15:03.384758 7f18020006c0 Generated table #209@1: 193 keys, 100807 bytes
|
||||
2024/05/31-23:15:03.384812 7f18020006c0 Compacted 1@1 + 1@2 files => 100807 bytes
|
||||
2024/05/31-23:15:03.391217 7f18020006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2024/05/31-23:15:03.391392 7f18020006c0 Delete type=2 #164
|
||||
2024/05/31-23:15:03.391677 7f18020006c0 Delete type=2 #208
|
||||
2024/05/31-23:15:03.413265 7f18020006c0 Manual compaction at level-1 from '!items!zKvlDHBalR4UdwUx' @ 579 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
BIN
packs/talents/MANIFEST-000210
Normal file
BIN
packs/talents/MANIFEST-000210
Normal file
Binary file not shown.
17
system.json
17
system.json
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"id": "fvtt-hawkmoon-cyd",
|
||||
"description": "Hawkmoon RPG for FoundryVTT (CYD system - French)",
|
||||
"version": "12.0.0",
|
||||
"version": "12.0.5",
|
||||
"grid": {
|
||||
"distance": 2,
|
||||
"units": "m"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uberwald/LeRatierBretonnien",
|
||||
@@ -31,13 +35,9 @@
|
||||
"esmodules": [
|
||||
"modules/hawkmoon-main.js"
|
||||
],
|
||||
"grid": {
|
||||
"distance": 5,
|
||||
"units": "m"
|
||||
},
|
||||
"license": "LICENSE.txt",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-12.0.0.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-12.0.5.zip",
|
||||
"languages": [
|
||||
{
|
||||
"lang": "fr",
|
||||
@@ -89,7 +89,8 @@
|
||||
],
|
||||
"folders": []
|
||||
}
|
||||
]
|
||||
],
|
||||
"packs": []
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
@@ -260,7 +261,7 @@
|
||||
"url": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd",
|
||||
"background": "systems/fvtt-hawkmoon-cyd/assets/ui/fond_hawkmoon.webp",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"minimum": "10",
|
||||
"verified": "12"
|
||||
}
|
||||
}
|
||||
@@ -236,6 +236,7 @@
|
||||
{{#each skills as |skill key|}}
|
||||
<li class="item flexrow " data-item-id="{{skill._id}}" data-item-type="competence">
|
||||
<img class="item-name-img" src="{{skill.img}}" />
|
||||
|
||||
<div class="flexcol item-name-label">
|
||||
|
||||
<span class="item-name-label competence-name"><a class="roll-competence item-field-label-short"
|
||||
@@ -296,7 +297,7 @@
|
||||
<input type="checkbox" name="system.combat.defensetotale" {{checked system.combat.defensetotale}} />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<button class="chat-card-button roll-assomer">Assomer</button>
|
||||
<button class="chat-card-button roll-assommer">Assommer</button>
|
||||
<button class="chat-card-button roll-coup-bas">Coup bas</button>
|
||||
<button class="chat-card-button roll-immobiliser">Immobiliser</button>
|
||||
<button class="chat-card-button roll-repousser">Repousser</button>
|
||||
@@ -358,10 +359,10 @@
|
||||
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-equip" title="Worn">{{#if arme.system.equipped}}<i
|
||||
<a class="item-control item-equip" title="Equipé">{{#if arme.system.equipped}}<i
|
||||
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
||||
<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>
|
||||
<a class="item-control item-edit" title="Editer l' Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Supprimer l'Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
@@ -392,10 +393,10 @@
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-equip" title="Worn">{{#if protection.system.equipped}}<i
|
||||
<a class="item-control item-equip" title="Equipé">{{#if protection.system.equipped}}<i
|
||||
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
||||
<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>
|
||||
<a class="item-control item-edit" title="Editer l'Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Supprimer l'Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
class="roll-attribut">{{attr.label}}</a></span>
|
||||
<select class="status-small-label color-class-common edit-item-data competence-niveau" type="text"
|
||||
name="system.attributs.{{key}}.value" value="{{attr.value}}" data-dtype="Number">
|
||||
{{selectOptions config.listeNiveauCreature selected=attr.value}}
|
||||
{{selectOptions @root.config.listeNiveauCreature selected=attr.value}}
|
||||
</select>
|
||||
</li>
|
||||
{{/each}}
|
||||
@@ -73,12 +73,13 @@
|
||||
{{selectOptions combativiteList selected=system.sante.etat labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h4 class="item-name-label competence-name">Combat</h4>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<button class="chat-card-button roll-initiative">Initiative</button>
|
||||
<button class="chat-card-button roll-initiative">Initiative (actuelle : {{initiative}} )</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -108,6 +109,26 @@
|
||||
name="system.sante.nbcombativite" value="{{system.sante.nbcombativite}}">
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
<li class="item flexrow">
|
||||
<label class="item-field-label-short">Monté?</label>
|
||||
<input type="checkbox" name="system.combat.monte" {{checked system.combat.monte}} />
|
||||
<label class="item-field-label-short"> </label>
|
||||
<label class="item-field-label-medium">Défense totale?</label>
|
||||
<input type="checkbox" name="system.combat.defensetotale" {{checked system.combat.defensetotale}} />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<button class="chat-card-button roll-assommer">Assommer</button>
|
||||
<button class="chat-card-button roll-coup-bas">Coup bas</button>
|
||||
<button class="chat-card-button roll-immobiliser">Immobiliser</button>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<button class="chat-card-button roll-repousser">Repousser</button>
|
||||
<button class="chat-card-button roll-desengager">Se désengager</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@@ -135,11 +156,24 @@
|
||||
{{#each skills as |skill key|}}
|
||||
<li class="item flexrow " data-item-id="{{skill._id}}" data-item-type="competence">
|
||||
<img class="item-name-img" src="{{skill.img}}" />
|
||||
<span class="item-name-label competence-name"><a class="roll-competence item-field-label-short"
|
||||
|
||||
<div class="flexcol item-name-label">
|
||||
|
||||
<span class="item-name-label competence-name"><a class="roll-competence item-field-label-short"
|
||||
data-attr-key="tochoose">{{skill.name}}</a></span>
|
||||
|
||||
<span class="predilection-text">
|
||||
{{#each skill.system.predilections as |pred key|}}
|
||||
{{#if (and pred.acquise (not pred.used))}}
|
||||
{{pred.name}},
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<select class="status-small-label color-class-common edit-item-data competence-niveau" type="text"
|
||||
data-item-field="niveau" value="{{skill.system.niveau}}" data-dtype="Number">
|
||||
{{selectOptions config.listeNiveauCreature selected=skill.system.niveau}}
|
||||
{{selectOptions @root.config.listeNiveauCreature selected=skill.system.niveau}}
|
||||
</select>
|
||||
|
||||
{{#if (ne skill.system.attribut1 "none")}}
|
||||
@@ -297,10 +331,10 @@
|
||||
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-equip" title="Worn">{{#if arme.system.equipped}}<i
|
||||
<a class="item-control item-equip" title="Equipé">{{#if arme.system.equipped}}<i
|
||||
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
||||
<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>
|
||||
<a class="item-control item-edit" title="Editer l'Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Supprimer l'Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<label class="generic-label item-field-label-long">Branche : </label>
|
||||
<select class="item-field-label-long" type="text" name="system.branche" value="{{system.branche}}"
|
||||
data-dtype="string">
|
||||
{{selectOptions conig.optionsArtefactBranche selected=system.branche valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
{{selectOptions config.optionsArtefactBranche selected=system.branche valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<label class="generic-label item-field-label-long">Branche secondaire : </label>
|
||||
<select class="item-field-label-long" type="text" name="system.branche2" value="{{system.branche2}}"
|
||||
data-dtype="string">
|
||||
{{selectOptions conig.optionsArtefactBranche2 selected=system.branche2 valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
{{selectOptions config.optionsArtefactBranche2 selected=system.branche2 valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<label class="generic-label item-field-label-medium">Evènement</label>
|
||||
<select class="item-field-label-long automation-edit-field" type="text" data-automation-index="{{key}}" data-automation-field="eventtype"
|
||||
value="{{automation.eventtype}}" data-dtype="String">
|
||||
{{selectOptions config.optionsAutomationEvent selected=automation.eventtype valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
{{selectOptions @root.config.optionsAutomationEvent selected=automation.eventtype valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
|
||||
<label class="generic-label item-field-label-medium"> </label>
|
||||
@@ -40,7 +40,7 @@
|
||||
<label class="generic-label item-field-label-long">Désignation</label>
|
||||
<select class="item-field-label-long automation-edit-field" type="text" data-automation-index="{{key}}" data-automation-field="bonusname"
|
||||
value="{{automation.bonusname}}" data-dtype="String">
|
||||
{{selectOptions config.optionsBonusPermanent selected=automation.bonusname valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
{{selectOptions @root.config.optionsBonusPermanent selected=automation.bonusname valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="automation-item item flexrow">
|
||||
|
||||
Reference in New Issue
Block a user