Compare commits
3 Commits
fvtt-mourn
...
fvtt-mourn
| Author | SHA1 | Date | |
|---|---|---|---|
| 901df5b395 | |||
| f5d84832f3 | |||
| 216360e0d8 |
@@ -169,6 +169,8 @@
|
||||
"MNBL.weaponscapacities": "Weapons/Abilities",
|
||||
"MNBL.weapontype": "Weapon Type",
|
||||
"MNBL.weight": "Weight",
|
||||
"MNBL.total": "Total",
|
||||
|
||||
"Présence": "Presence",
|
||||
"Puissance": "Might",
|
||||
"Trempe": "Mettle",
|
||||
|
||||
@@ -213,6 +213,7 @@
|
||||
|
||||
"MNBL.attribute": "Attribut",
|
||||
"MNBL.Protections": "Protections",
|
||||
"MNBL.rune": "Rune"
|
||||
"MNBL.rune": "Rune",
|
||||
"MNBL.total": "Total"
|
||||
|
||||
}
|
||||
@@ -209,7 +209,7 @@ export class MournbladeUtility {
|
||||
static createArrayOptionList(min, max) {
|
||||
let options = [];
|
||||
for (let i = min; i <= max; i++) {
|
||||
options.push({key:`${i}`, label:`${i}`});
|
||||
options.push({ key: `${i}`, label: `${i}` });
|
||||
}
|
||||
return options;
|
||||
}
|
||||
@@ -298,7 +298,11 @@ export class MournbladeUtility {
|
||||
}
|
||||
}
|
||||
}
|
||||
this.computeQualityResult(rollData)
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static computeQualityResult(rollData) {
|
||||
//console.log("Result : ", rollData)
|
||||
if (rollData.difficulte > 0 && !rollData.isDramatique) {
|
||||
rollData.isSuccess = (rollData.finalResult >= rollData.difficulte)
|
||||
@@ -517,7 +521,7 @@ export class MournbladeUtility {
|
||||
}
|
||||
|
||||
this.createChatWithRollMode(rollData.alias, {
|
||||
content: await renderTemplate(`systems/fvtt-mournblade/templates/chat-degats-result.html`, rollData)
|
||||
content: await foundry.applications.handlebars.renderTemplate(`systems/fvtt-mournblade/templates/chat-degats-result.html`, rollData)
|
||||
}, rollData)
|
||||
|
||||
}
|
||||
@@ -568,17 +572,17 @@ export class MournbladeUtility {
|
||||
|
||||
rollData.finalResult += rollData.bonusRoll.total
|
||||
|
||||
this.computeResult(rollData)
|
||||
this.computeQualityResult(rollData)
|
||||
|
||||
this.createChatWithRollMode(rollData.alias, {
|
||||
content: await renderTemplate(`systems/fvtt-mournblade/templates/chat-generic-result.html`, rollData)
|
||||
content: await foundry.applications.handlebars.renderTemplate(`systems/fvtt-mournblade/templates/chat-generic-result.html`, rollData)
|
||||
}, rollData)
|
||||
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static getUsers(filter) {
|
||||
return game.users.filter(filter).map(user => user.data._id);
|
||||
return game.users.filter(filter).map(user => user._id);
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
@@ -766,7 +770,7 @@ export class MournbladeUtility {
|
||||
let rollData = message.getFlag("world", "mournblade-roll")
|
||||
let actor = MournbladeUtility.getActorFromRollData(rollData)
|
||||
if (rollData.competence) {
|
||||
let nbPred = rollData.competence.data.predilections.filter(pred => !pred.used).length
|
||||
let nbPred = rollData.competence.system.predilections.filter(pred => !pred.used).length
|
||||
return (!rollData.isReroll && rollData.competence && nbPred > 0)
|
||||
}
|
||||
return false
|
||||
@@ -776,7 +780,7 @@ export class MournbladeUtility {
|
||||
let rollData = message.getFlag("world", "mournblade-roll")
|
||||
let actor = MournbladeUtility.getActorFromRollData(rollData)
|
||||
if (rollData.competence) {
|
||||
return rollData.competence.data.doublebonus
|
||||
return rollData.competence.system.doublebonus
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
MANIFEST-000240
|
||||
MANIFEST-000252
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:34.829840 7f53e4df86c0 Recovering log #238
|
||||
2025/06/03-13:38:34.883917 7f53e4df86c0 Delete type=3 #236
|
||||
2025/06/03-13:38:34.884056 7f53e4df86c0 Delete type=0 #238
|
||||
2025/06/03-13:46:40.549617 7f53df3ff6c0 Level-0 table #243: started
|
||||
2025/06/03-13:46:40.549726 7f53df3ff6c0 Level-0 table #243: 0 bytes OK
|
||||
2025/06/03-13:46:40.591881 7f53df3ff6c0 Delete type=0 #241
|
||||
2025/06/03-13:46:40.701236 7f53df3ff6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.701447 7f53df3ff6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.120901 7f05877fe6c0 Recovering log #250
|
||||
2025/10/26-14:50:15.130180 7f05877fe6c0 Delete type=3 #248
|
||||
2025/10/26-14:50:15.130233 7f05877fe6c0 Delete type=0 #250
|
||||
2025/10/26-15:08:10.384792 7f0586bff6c0 Level-0 table #255: started
|
||||
2025/10/26-15:08:10.384839 7f0586bff6c0 Level-0 table #255: 0 bytes OK
|
||||
2025/10/26-15:08:10.416242 7f0586bff6c0 Delete type=0 #253
|
||||
2025/10/26-15:08:10.454714 7f0586bff6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.454760 7f0586bff6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.176609 7f53e5dfa6c0 Recovering log #233
|
||||
2025/05/29-15:55:26.190009 7f53e5dfa6c0 Delete type=3 #229
|
||||
2025/05/29-15:55:26.190103 7f53e5dfa6c0 Delete type=3 #221
|
||||
2025/05/29-15:55:26.190162 7f53e5dfa6c0 Delete type=0 #233
|
||||
2025/05/29-16:03:58.142314 7f53df3ff6c0 Level-0 table #239: started
|
||||
2025/05/29-16:03:58.142371 7f53df3ff6c0 Level-0 table #239: 0 bytes OK
|
||||
2025/05/29-16:03:58.149718 7f53df3ff6c0 Delete type=0 #237
|
||||
2025/05/29-16:03:58.170022 7f53df3ff6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.170098 7f53df3ff6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.111518 7fe806ffd6c0 Recovering log #246
|
||||
2025/10/26-11:41:45.121406 7fe806ffd6c0 Delete type=3 #244
|
||||
2025/10/26-11:41:45.121474 7fe806ffd6c0 Delete type=0 #246
|
||||
2025/10/26-11:42:27.673791 7fe804ff96c0 Level-0 table #251: started
|
||||
2025/10/26-11:42:27.673818 7fe804ff96c0 Level-0 table #251: 0 bytes OK
|
||||
2025/10/26-11:42:27.702748 7fe804ff96c0 Delete type=0 #249
|
||||
2025/10/26-11:42:27.787796 7fe804ff96c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.787822 7fe804ff96c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.003129 7f53dffff6c0 Recovering log #237
|
||||
2025/06/03-13:38:35.063448 7f53dffff6c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.063543 7f53dffff6c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.628405 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.628456 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.666357 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.701286 7f53df3ff6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.701434 7f53df3ff6c0 Manual compaction at level-1 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.155929 7f058d1fa6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.166060 7f058d1fa6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.166155 7f058d1fa6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.487803 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.487829 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.522320 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.602716 7f0586bff6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.602741 7f0586bff6c0 Manual compaction at level-1 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.234910 7f53dffff6c0 Recovering log #232
|
||||
2025/05/29-15:55:26.245499 7f53dffff6c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.245611 7f53dffff6c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.245670 7f53dffff6c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.183794 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.183822 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.189942 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.196960 7f53df3ff6c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.197030 7f53df3ff6c0 Manual compaction at level-1 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.148682 7fe8057fa6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.159005 7fe8057fa6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.159071 7fe8057fa6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.892214 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.892241 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:27.929964 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:27.930136 7fe804ff96c0 Manual compaction at level-0 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.930151 7fe804ff96c0 Manual compaction at level-1 from '!items!5dGXNiL3WN4cAk7X' @ 72057594037927935 : 1 .. '!items!zzz9JrtWjELdoAfK' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:34.942102 7f53e4df86c0 Recovering log #237
|
||||
2025/06/03-13:38:35.000785 7f53e4df86c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.000863 7f53e4df86c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.592034 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.592075 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.628226 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.701268 7f53df3ff6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.701319 7f53df3ff6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.144436 7f058c9f96c0 Recovering log #249
|
||||
2025/10/26-14:50:15.153602 7f058c9f96c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.153649 7f058c9f96c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.454949 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.454987 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.487668 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.602705 7f0586bff6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.602747 7f0586bff6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.213516 7f53e4df86c0 Recovering log #232
|
||||
2025/05/29-15:55:26.225680 7f53e4df86c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.225779 7f53e4df86c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.225833 7f53e4df86c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.177296 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.177336 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.183675 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.196949 7f53df3ff6c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.197004 7f53df3ff6c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.136283 7fe805ffb6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.146508 7fe805ffb6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.146568 7fe805ffb6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.825311 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.825331 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:27.861104 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:27.930116 7fe804ff96c0 Manual compaction at level-0 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.930158 7fe804ff96c0 Manual compaction at level-1 from '!items!1cZd2hlTV9tykDED' @ 72057594037927935 : 1 .. '!items!y47dBO3Mf5Pn7tOd' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.120991 7f53e4df86c0 Recovering log #237
|
||||
2025/06/03-13:38:35.175559 7f53e4df86c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.175657 7f53e4df86c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.666519 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.666557 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.701027 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.701306 7f53df3ff6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.815749 7f53df3ff6c0 Manual compaction at level-1 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.181568 7f058c9f96c0 Recovering log #249
|
||||
2025/10/26-14:50:15.191007 7f058c9f96c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.191066 7f058c9f96c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.602832 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.602852 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.640036 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.745288 7f0586bff6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.745338 7f0586bff6c0 Manual compaction at level-1 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.270465 7f53e55f96c0 Recovering log #232
|
||||
2025/05/29-15:55:26.282262 7f53e55f96c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.282411 7f53e55f96c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.282478 7f53e55f96c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.203630 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.203677 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.209907 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.224352 7f53df3ff6c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.224420 7f53df3ff6c0 Manual compaction at level-1 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.176137 7fe8067fc6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.185849 7fe8067fc6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.185903 7fe8067fc6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.930250 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.930290 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:27.973763 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:28.072059 7fe804ff96c0 Manual compaction at level-0 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.072094 7fe804ff96c0 Manual compaction at level-1 from '!items!2GaJZsqr2c2mcDRv' @ 72057594037927935 : 1 .. '!items!ui4JGsGwHNlSXVK3' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.178238 7f53e5dfa6c0 Recovering log #237
|
||||
2025/06/03-13:38:35.231112 7f53e5dfa6c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.231235 7f53e5dfa6c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.815886 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.815947 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.852810 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.963250 7f53df3ff6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.963359 7f53df3ff6c0 Manual compaction at level-1 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.193236 7f05877fe6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.203399 7f05877fe6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.203478 7f05877fe6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.673540 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.673570 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.707526 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.745317 7f0586bff6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.745369 7f0586bff6c0 Manual compaction at level-1 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.287199 7f53dffff6c0 Recovering log #232
|
||||
2025/05/29-15:55:26.297484 7f53dffff6c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.298188 7f53dffff6c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.298300 7f53dffff6c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.210092 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.210134 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.216327 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.224370 7f53df3ff6c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.224436 7f53df3ff6c0 Manual compaction at level-1 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.187994 7fe805ffb6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.197424 7fe805ffb6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.197491 7fe805ffb6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:28.037364 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:28.037390 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:28.071870 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:28.072089 7fe804ff96c0 Manual compaction at level-0 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.072109 7fe804ff96c0 Manual compaction at level-1 from '!items!09s33sFuju8zjPqI' @ 72057594037927935 : 1 .. '!items!xlyFCQClBZ1N3O1B' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.066449 7f53e55f96c0 Recovering log #237
|
||||
2025/06/03-13:38:35.118619 7f53e55f96c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.118742 7f53e55f96c0 Delete type=0 #237
|
||||
2025/06/03-13:46:41.647962 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:41.648023 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:41.687775 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:41.746023 7f53df3ff6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:41.785457 7f53df3ff6c0 Manual compaction at level-1 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.168305 7f0587fff6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.179364 7f0587fff6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.179461 7f0587fff6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.568627 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.568654 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.602585 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.602734 7f0586bff6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.602758 7f0586bff6c0 Manual compaction at level-1 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.251480 7f53e5dfa6c0 Recovering log #232
|
||||
2025/05/29-15:55:26.263256 7f53e5dfa6c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.263429 7f53e5dfa6c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.263489 7f53e5dfa6c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.190030 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.190053 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.196709 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.196970 7f53df3ff6c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.197022 7f53df3ff6c0 Manual compaction at level-1 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.161644 7fe806ffd6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.173890 7fe806ffd6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.173958 7fe806ffd6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.861203 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.861224 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:27.892080 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:27.930127 7fe804ff96c0 Manual compaction at level-0 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.930166 7fe804ff96c0 Manual compaction at level-1 from '!items!2t1KmBeQNuKK5qlN' @ 72057594037927935 : 1 .. '!items!yBvkQb9S64s908sR' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000135
|
||||
MANIFEST-000147
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:34.627636 7f53dffff6c0 Recovering log #133
|
||||
2025/06/03-13:38:34.686392 7f53dffff6c0 Delete type=3 #131
|
||||
2025/06/03-13:38:34.686467 7f53dffff6c0 Delete type=0 #133
|
||||
2025/06/03-13:46:40.512658 7f53df3ff6c0 Level-0 table #138: started
|
||||
2025/06/03-13:46:40.512710 7f53df3ff6c0 Level-0 table #138: 0 bytes OK
|
||||
2025/06/03-13:46:40.549233 7f53df3ff6c0 Delete type=0 #136
|
||||
2025/06/03-13:46:40.549463 7f53df3ff6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.549512 7f53df3ff6c0 Manual compaction at level-1 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.081856 7f058d1fa6c0 Recovering log #145
|
||||
2025/10/26-14:50:15.091189 7f058d1fa6c0 Delete type=3 #143
|
||||
2025/10/26-14:50:15.091260 7f058d1fa6c0 Delete type=0 #145
|
||||
2025/10/26-15:08:10.330087 7f0586bff6c0 Level-0 table #150: started
|
||||
2025/10/26-15:08:10.330119 7f0586bff6c0 Level-0 table #150: 0 bytes OK
|
||||
2025/10/26-15:08:10.384550 7f0586bff6c0 Delete type=0 #148
|
||||
2025/10/26-15:08:10.454697 7f0586bff6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.454752 7f0586bff6c0 Manual compaction at level-1 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.112642 7f53e4df86c0 Recovering log #128
|
||||
2025/05/29-15:55:26.125187 7f53e4df86c0 Delete type=3 #124
|
||||
2025/05/29-15:55:26.126018 7f53e4df86c0 Delete type=3 #116
|
||||
2025/05/29-15:55:26.126088 7f53e4df86c0 Delete type=0 #128
|
||||
2025/05/29-16:03:58.156641 7f53df3ff6c0 Level-0 table #134: started
|
||||
2025/05/29-16:03:58.156669 7f53df3ff6c0 Level-0 table #134: 0 bytes OK
|
||||
2025/05/29-16:03:58.162999 7f53df3ff6c0 Delete type=0 #132
|
||||
2025/05/29-16:03:58.170062 7f53df3ff6c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.170152 7f53df3ff6c0 Manual compaction at level-1 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.070943 7fe805ffb6c0 Recovering log #141
|
||||
2025/10/26-11:41:45.080807 7fe805ffb6c0 Delete type=3 #139
|
||||
2025/10/26-11:41:45.080890 7fe805ffb6c0 Delete type=0 #141
|
||||
2025/10/26-11:42:27.702876 7fe804ff96c0 Level-0 table #146: started
|
||||
2025/10/26-11:42:27.702902 7fe804ff96c0 Level-0 table #146: 0 bytes OK
|
||||
2025/10/26-11:42:27.753550 7fe804ff96c0 Delete type=0 #144
|
||||
2025/10/26-11:42:27.787805 7fe804ff96c0 Manual compaction at level-0 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.787855 7fe804ff96c0 Manual compaction at level-1 from '!actors!00CKDCqVh5fLZbYo' @ 72057594037927935 : 1 .. '!folders!dwT9WnH0ZnpuZh92' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:34.886970 7f53e5dfa6c0 Recovering log #237
|
||||
2025/06/03-13:38:34.938703 7f53e5dfa6c0 Delete type=3 #235
|
||||
2025/06/03-13:38:34.938794 7f53e5dfa6c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.397410 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.397475 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.439766 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.549407 7f53df3ff6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.549475 7f53df3ff6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.132108 7f0587fff6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.142449 7f0587fff6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.142515 7f0587fff6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.522538 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.522578 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.568481 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.602726 7f0586bff6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.602753 7f0586bff6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.196026 7f53e55f96c0 Recovering log #232
|
||||
2025/05/29-15:55:26.208075 7f53e55f96c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.208295 7f53e55f96c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.208392 7f53e55f96c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.170302 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.170428 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.177127 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.196930 7f53df3ff6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.197013 7f53df3ff6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.124122 7fe8067fc6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.133716 7fe8067fc6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.133787 7fe8067fc6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.787934 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.787973 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:27.825203 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:27.930104 7fe804ff96c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.930143 7fe804ff96c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.345564 7f53dffff6c0 Recovering log #237
|
||||
2025/06/03-13:38:35.403155 7f53dffff6c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.403235 7f53dffff6c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.735477 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.735517 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.773473 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.815790 7f53df3ff6c0 Manual compaction at level-0 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.815824 7f53df3ff6c0 Manual compaction at level-1 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.230526 7f05877fe6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.241041 7f05877fe6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.241111 7f05877fe6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.745454 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.745494 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.782322 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:11.083498 7f0586bff6c0 Manual compaction at level-0 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:11.083560 7f0586bff6c0 Manual compaction at level-1 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.334851 7f53dffff6c0 Recovering log #232
|
||||
2025/05/29-15:55:26.345350 7f53dffff6c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.345513 7f53dffff6c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.345620 7f53dffff6c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.224627 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.224684 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.230871 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.251598 7f53df3ff6c0 Manual compaction at level-0 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.251678 7f53df3ff6c0 Manual compaction at level-1 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.225695 7fe8067fc6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.235658 7fe8067fc6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.235707 7fe8067fc6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:28.072182 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:28.072214 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:28.104478 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:28.247156 7fe804ff96c0 Manual compaction at level-0 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.247188 7fe804ff96c0 Manual compaction at level-1 from '!items!1JqWbEkHUoKXbsgn' @ 72057594037927935 : 1 .. '!items!xnCf2xIPzdsUoBTy' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000155
|
||||
MANIFEST-000167
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.466878 7f53e5dfa6c0 Recovering log #153
|
||||
2025/06/03-13:38:35.524013 7f53e5dfa6c0 Delete type=3 #151
|
||||
2025/06/03-13:38:35.524182 7f53e5dfa6c0 Delete type=0 #153
|
||||
2025/06/03-13:46:41.106617 7f53df3ff6c0 Level-0 table #158: started
|
||||
2025/06/03-13:46:41.106700 7f53df3ff6c0 Level-0 table #158: 0 bytes OK
|
||||
2025/06/03-13:46:41.168352 7f53df3ff6c0 Delete type=0 #156
|
||||
2025/06/03-13:46:41.206505 7f53df3ff6c0 Manual compaction at level-0 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:41.268057 7f53df3ff6c0 Manual compaction at level-1 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.255749 7f058c9f96c0 Recovering log #165
|
||||
2025/10/26-14:50:15.265660 7f058c9f96c0 Delete type=3 #163
|
||||
2025/10/26-14:50:15.265724 7f058c9f96c0 Delete type=0 #165
|
||||
2025/10/26-15:08:10.825282 7f0586bff6c0 Level-0 table #170: started
|
||||
2025/10/26-15:08:10.825313 7f0586bff6c0 Level-0 table #170: 0 bytes OK
|
||||
2025/10/26-15:08:10.865174 7f0586bff6c0 Delete type=0 #168
|
||||
2025/10/26-15:08:11.083541 7f0586bff6c0 Manual compaction at level-0 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:11.083576 7f0586bff6c0 Manual compaction at level-1 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.369188 7f53e4df86c0 Recovering log #148
|
||||
2025/05/29-15:55:26.380021 7f53e4df86c0 Delete type=3 #144
|
||||
2025/05/29-15:55:26.380196 7f53e4df86c0 Delete type=3 #136
|
||||
2025/05/29-15:55:26.380295 7f53e4df86c0 Delete type=0 #148
|
||||
2025/05/29-16:03:58.231076 7f53df3ff6c0 Level-0 table #154: started
|
||||
2025/05/29-16:03:58.231127 7f53df3ff6c0 Level-0 table #154: 0 bytes OK
|
||||
2025/05/29-16:03:58.237794 7f53df3ff6c0 Delete type=0 #152
|
||||
2025/05/29-16:03:58.251622 7f53df3ff6c0 Manual compaction at level-0 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.251695 7f53df3ff6c0 Manual compaction at level-1 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.249582 7fe806ffd6c0 Recovering log #161
|
||||
2025/10/26-11:41:45.260045 7fe806ffd6c0 Delete type=3 #159
|
||||
2025/10/26-11:41:45.260109 7fe806ffd6c0 Delete type=0 #161
|
||||
2025/10/26-11:42:28.149249 7fe804ff96c0 Level-0 table #166: started
|
||||
2025/10/26-11:42:28.149276 7fe804ff96c0 Level-0 table #166: 0 bytes OK
|
||||
2025/10/26-11:42:28.191573 7fe804ff96c0 Delete type=0 #164
|
||||
2025/10/26-11:42:28.247179 7fe804ff96c0 Manual compaction at level-0 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.247203 7fe804ff96c0 Manual compaction at level-1 from '!scenes!ZDV2IwduhOXTxy72' @ 72057594037927935 : 1 .. '!scenes!ZDV2IwduhOXTxy72' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000147
|
||||
MANIFEST-000159
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:34.776748 7f53dffff6c0 Recovering log #145
|
||||
2025/06/03-13:38:34.827114 7f53dffff6c0 Delete type=3 #143
|
||||
2025/06/03-13:38:34.827190 7f53dffff6c0 Delete type=0 #145
|
||||
2025/06/03-13:46:40.477248 7f53df3ff6c0 Level-0 table #150: started
|
||||
2025/06/03-13:46:40.477333 7f53df3ff6c0 Level-0 table #150: 0 bytes OK
|
||||
2025/06/03-13:46:40.512489 7f53df3ff6c0 Delete type=0 #148
|
||||
2025/06/03-13:46:40.549448 7f53df3ff6c0 Manual compaction at level-0 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.549499 7f53df3ff6c0 Manual compaction at level-1 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.108376 7f058d1fa6c0 Recovering log #157
|
||||
2025/10/26-14:50:15.119062 7f058d1fa6c0 Delete type=3 #155
|
||||
2025/10/26-14:50:15.119113 7f058d1fa6c0 Delete type=0 #157
|
||||
2025/10/26-15:08:10.416400 7f0586bff6c0 Level-0 table #162: started
|
||||
2025/10/26-15:08:10.416472 7f0586bff6c0 Level-0 table #162: 0 bytes OK
|
||||
2025/10/26-15:08:10.454511 7f0586bff6c0 Delete type=0 #160
|
||||
2025/10/26-15:08:10.454733 7f0586bff6c0 Manual compaction at level-0 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.454768 7f0586bff6c0 Manual compaction at level-1 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.158830 7f53e4df86c0 Recovering log #140
|
||||
2025/05/29-15:55:26.171542 7f53e4df86c0 Delete type=3 #136
|
||||
2025/05/29-15:55:26.171988 7f53e4df86c0 Delete type=3 #128
|
||||
2025/05/29-15:55:26.172310 7f53e4df86c0 Delete type=0 #140
|
||||
2025/05/29-16:03:58.163179 7f53df3ff6c0 Level-0 table #146: started
|
||||
2025/05/29-16:03:58.163230 7f53df3ff6c0 Level-0 table #146: 0 bytes OK
|
||||
2025/05/29-16:03:58.169828 7f53df3ff6c0 Delete type=0 #144
|
||||
2025/05/29-16:03:58.170080 7f53df3ff6c0 Manual compaction at level-0 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.170133 7f53df3ff6c0 Manual compaction at level-1 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.099332 7fe805ffb6c0 Recovering log #153
|
||||
2025/10/26-11:41:45.109444 7fe805ffb6c0 Delete type=3 #151
|
||||
2025/10/26-11:41:45.109506 7fe805ffb6c0 Delete type=0 #153
|
||||
2025/10/26-11:42:27.753656 7fe804ff96c0 Level-0 table #158: started
|
||||
2025/10/26-11:42:27.753677 7fe804ff96c0 Level-0 table #158: 0 bytes OK
|
||||
2025/10/26-11:42:27.787654 7fe804ff96c0 Delete type=0 #156
|
||||
2025/10/26-11:42:27.787815 7fe804ff96c0 Manual compaction at level-0 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.787846 7fe804ff96c0 Manual compaction at level-1 from '!items!6bmjc4MUduGs9s6n' @ 72057594037927935 : 1 .. '!items!t692JcsGHG4YJIlM' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:34.719711 7f53e55f96c0 Recovering log #237
|
||||
2025/06/03-13:38:34.773679 7f53e55f96c0 Delete type=3 #235
|
||||
2025/06/03-13:38:34.773831 7f53e55f96c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.440019 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.440103 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.476978 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.549431 7f53df3ff6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.549488 7f53df3ff6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.096588 7f0587fff6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.106445 7f0587fff6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.106513 7f0587fff6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.292138 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.292174 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.329965 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.454670 7f0586bff6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.454743 7f0586bff6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.141414 7f53e55f96c0 Recovering log #232
|
||||
2025/05/29-15:55:26.152222 7f53e55f96c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.152331 7f53e55f96c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.152409 7f53e55f96c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.149936 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.149989 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.156544 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.170043 7f53df3ff6c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.170116 7f53df3ff6c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.087054 7fe8057fa6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.096462 7fe8057fa6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.096531 7fe8057fa6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.642768 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.642814 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:27.673653 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:27.787783 7fe804ff96c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:27.787829 7fe804ff96c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!tq6mEgXog7h4VyWk' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.406479 7f53e55f96c0 Recovering log #237
|
||||
2025/06/03-13:38:35.462921 7f53e55f96c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.463022 7f53e55f96c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.853081 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.853166 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.889517 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.963289 7f53df3ff6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.963383 7f53df3ff6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.243532 7f0587fff6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.253234 7f0587fff6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.253303 7f0587fff6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.782520 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.782557 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.825135 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:11.083526 7f0586bff6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:11.083568 7f0586bff6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.350664 7f53e5dfa6c0 Recovering log #232
|
||||
2025/05/29-15:55:26.362209 7f53e5dfa6c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.362333 7f53e5dfa6c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.362389 7f53e5dfa6c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.237955 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.237988 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.244870 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.251643 7f53df3ff6c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.251714 7f53df3ff6c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.237931 7fe8057fa6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.247355 7fe8057fa6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.247401 7fe8057fa6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:28.104671 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:28.104706 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:28.149121 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:28.247169 7fe804ff96c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.247212 7fe804ff96c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.235913 7f53e55f96c0 Recovering log #237
|
||||
2025/06/03-13:38:35.291769 7f53e55f96c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.291874 7f53e55f96c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.773651 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.773688 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.815556 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.815805 7f53df3ff6c0 Manual compaction at level-0 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.815848 7f53df3ff6c0 Manual compaction at level-1 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.205534 7f058d1fa6c0 Recovering log #249
|
||||
2025/10/26-14:50:15.215598 7f058d1fa6c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.215667 7f058d1fa6c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.707665 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.707694 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.745151 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.745328 7f0586bff6c0 Manual compaction at level-0 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.745358 7f0586bff6c0 Manual compaction at level-1 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.302212 7f53e5dfa6c0 Recovering log #232
|
||||
2025/05/29-15:55:26.313773 7f53e5dfa6c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.313929 7f53e5dfa6c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.313989 7f53e5dfa6c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.216535 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.216587 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.224124 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.224388 7f53df3ff6c0 Manual compaction at level-0 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.224457 7f53df3ff6c0 Manual compaction at level-1 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.199415 7fe8057fa6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.209499 7fe8057fa6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.209546 7fe8057fa6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:27.973888 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:27.973910 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:28.002300 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:28.072072 7fe804ff96c0 Manual compaction at level-0 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.072099 7fe804ff96c0 Manual compaction at level-1 from '!items!0CYP1JpZu9mst5tK' @ 72057594037927935 : 1 .. '!items!zhPPsmTtLv7cyNHJ' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000239
|
||||
MANIFEST-000251
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
2025/06/03-13:38:35.294764 7f53e4df86c0 Recovering log #237
|
||||
2025/06/03-13:38:35.341638 7f53e4df86c0 Delete type=3 #235
|
||||
2025/06/03-13:38:35.341738 7f53e4df86c0 Delete type=0 #237
|
||||
2025/06/03-13:46:40.701460 7f53df3ff6c0 Level-0 table #242: started
|
||||
2025/06/03-13:46:40.701502 7f53df3ff6c0 Level-0 table #242: 0 bytes OK
|
||||
2025/06/03-13:46:40.735322 7f53df3ff6c0 Delete type=0 #240
|
||||
2025/06/03-13:46:40.815772 7f53df3ff6c0 Manual compaction at level-0 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
2025/06/03-13:46:40.815816 7f53df3ff6c0 Manual compaction at level-1 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-14:50:15.218561 7f058c9f96c0 Recovering log #249
|
||||
2025/10/26-14:50:15.228189 7f058c9f96c0 Delete type=3 #247
|
||||
2025/10/26-14:50:15.228247 7f058c9f96c0 Delete type=0 #249
|
||||
2025/10/26-15:08:10.640174 7f0586bff6c0 Level-0 table #254: started
|
||||
2025/10/26-15:08:10.640204 7f0586bff6c0 Level-0 table #254: 0 bytes OK
|
||||
2025/10/26-15:08:10.673390 7f0586bff6c0 Delete type=0 #252
|
||||
2025/10/26-15:08:10.745303 7f0586bff6c0 Manual compaction at level-0 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-15:08:10.745347 7f0586bff6c0 Manual compaction at level-1 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
2025/05/29-15:55:26.319121 7f53e4df86c0 Recovering log #232
|
||||
2025/05/29-15:55:26.330248 7f53e4df86c0 Delete type=3 #228
|
||||
2025/05/29-15:55:26.330410 7f53e4df86c0 Delete type=3 #220
|
||||
2025/05/29-15:55:26.330480 7f53e4df86c0 Delete type=0 #232
|
||||
2025/05/29-16:03:58.197154 7f53df3ff6c0 Level-0 table #238: started
|
||||
2025/05/29-16:03:58.197204 7f53df3ff6c0 Level-0 table #238: 0 bytes OK
|
||||
2025/05/29-16:03:58.203457 7f53df3ff6c0 Delete type=0 #236
|
||||
2025/05/29-16:03:58.224327 7f53df3ff6c0 Manual compaction at level-0 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
2025/05/29-16:03:58.224404 7f53df3ff6c0 Manual compaction at level-1 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:41:45.211465 7fe806ffd6c0 Recovering log #245
|
||||
2025/10/26-11:41:45.222885 7fe806ffd6c0 Delete type=3 #243
|
||||
2025/10/26-11:41:45.222969 7fe806ffd6c0 Delete type=0 #245
|
||||
2025/10/26-11:42:28.002432 7fe804ff96c0 Level-0 table #250: started
|
||||
2025/10/26-11:42:28.002455 7fe804ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/10/26-11:42:28.037182 7fe804ff96c0 Delete type=0 #248
|
||||
2025/10/26-11:42:28.072082 7fe804ff96c0 Manual compaction at level-0 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
2025/10/26-11:42:28.072104 7fe804ff96c0 Manual compaction at level-1 from '!items!3J0HKjcVtBT39BiR' @ 72057594037927935 : 1 .. '!items!zeOtWz6oscp8Su5l' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
2676
styles/simple.css
2676
styles/simple.css
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "fvtt-mournblade",
|
||||
"description": "Mournblade RPG for FoundryVTT",
|
||||
"version": "13.0.1",
|
||||
"version": "13.0.3",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uberwald/LeRatierBretonnien",
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"license": "LICENSE.txt",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/v10/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-13.0.1.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-13.0.3.zip",
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "Mournblade",
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
<li class="item flexrow " data-item-id="{{don._id}}" data-item-type="don">
|
||||
<img class="item-name-img" src="{{don.img}}" />
|
||||
<span class="item-name-label competence-name">{{don.name}}</span>
|
||||
<span class="item-field-label-short">{{don.system.allegeance}}</span>
|
||||
<span class="item-field-label-short"> {{upperFirst don.system.allegeance}}</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
@@ -352,7 +352,7 @@
|
||||
<li class="item flexrow " data-item-id="{{pacte._id}}" data-item-type="pacte">
|
||||
<img class="item-name-img" src="{{pacte.img}}" />
|
||||
<span class="item-name-label competence-name">{{pacte.name}}</span>
|
||||
<span class="item-field-label-short">{{pacte.system.allegeance}}</span>
|
||||
<span class="item-field-label-short">{{upperFirst pacte.system.allegeance}}</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
@@ -370,7 +370,7 @@
|
||||
<h3><label class="items-title-text">{{localize "MNBL.runes"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-long">
|
||||
<label class="short-label">{{localize "MNBL.highlanguage"}}</label>
|
||||
<label class="short-label">{{upperFirst (localize "MNBL.highlanguage")}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">{{localize "MNBL.difficulty"}}</label>
|
||||
|
||||
@@ -18,64 +18,64 @@
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li class="mournblade-roll">{{localize "MNBL.attribut"}} {{attr.label}}</li>
|
||||
<li class="mournblade-roll"><strong>{{localize "MNBL.attribut"}}</strong> : {{attr.label}}</li>
|
||||
|
||||
{{#if arme}}
|
||||
<li>{{localize "MNBL.weapon"}} : {{arme.name}} (+{{arme.system.bonusmaniementoff}})</li>
|
||||
<li><strong>{{localize "MNBL.weapon"}}</strong> : {{arme.name}} (+{{arme.system.bonusmaniementoff}})</li>
|
||||
{{#if defender}}
|
||||
<li>{{localize "MNBL.target"}} : {{defender.name}}</li>
|
||||
<li><strong>{{localize "MNBL.target"}}</strong> : {{defender.name}}</li>
|
||||
{{/if}}
|
||||
{{#if typeAttaque}}
|
||||
<li>{{localize "MNBL.attack"}} : {{lookup config.attaques typeAttaque}}</li>
|
||||
<li><strong>{{localize "MNBL.attack"}}</strong> : {{lookup config.attaques typeAttaque}}</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if competence}}
|
||||
<li>{{localize "MNBL.skill"}} : {{competence.name}}</li>
|
||||
<li><strong>{{localize "MNBL.skill"}}</strong> : {{competence.name}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if predilectionUsed}}
|
||||
<li>{{localize "MNBL.usedpredilection"}} : {{predilectionUsed.name}}</li>
|
||||
<li><strong>{{localize "MNBL.usedpredilection"}}</strong> : {{predilectionUsed.name}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if rune}}
|
||||
<li>Rune : {{rune.name}}</li>
|
||||
<li>{{localize "MNBL.mode"}} : {{runemode}}</li>
|
||||
<li>{{localize "MNBL.soulpoints"}} : {{runeame}}</li>
|
||||
<li>{{localize "MNBL.duration"}} : {{runeduree}} actions complexes</li>
|
||||
<li><strong>Rune</strong> : {{rune.name}}</li>
|
||||
<li><strong>{{localize "MNBL.mode"}}</strong> : {{runemode}}</li>
|
||||
<li><strong>{{localize "MNBL.soulpoints"}}</strong> : {{runeame}}</li>
|
||||
<li><strong>{{localize "MNBL.duration"}}</strong> : {{runeduree}} actions complexes</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if bonusRoll}}
|
||||
<li>{{textBonus}} : {{bonusRoll.total}}</li>
|
||||
<li><strong>{{textBonus}}</strong> : {{bonusRoll.total}}</li>
|
||||
{{/if}}
|
||||
|
||||
<li>{{localize "MNBL.formula"}} : {{diceFormula}}</li>
|
||||
<li>{{localize "MNBL.dice"}} : {{diceResult}}</li>
|
||||
|
||||
<li><strong>{{localize "MNBL.formula"}}</strong> : {{diceFormula}}</li>
|
||||
<li><strong>{{localize "MNBL.dice"}}</strong> : {{diceResult}}</li>
|
||||
|
||||
{{#if difficulte}}
|
||||
<li>{{localize "MNBL.difficulty"}} : {{difficulte}}
|
||||
<li><strong>{{localize "MNBL.difficulty"}}</strong> : {{difficulte}}
|
||||
{{#if (and arm.system.isMelee armeDefense)}}
|
||||
({{armeDefense.name}})
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
|
||||
<li></li>
|
||||
<li>Total : {{finalResult}}</li>
|
||||
<li><strong>{{localize "MNBL.total"}}</strong> : {{finalResult}}</li>
|
||||
|
||||
{{#if difficulte}}
|
||||
{{#if isSuccess}}
|
||||
<li>{{localize "MNBL.success"}}!!!</li>
|
||||
<li class="roll-success">{{localize "MNBL.success"}}!!!</li>
|
||||
{{else}}
|
||||
<li>{{localize "MNBL.failure"}} ...</li>
|
||||
<li class="roll-failure">{{localize "MNBL.failure"}} ...</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if isHeroique}}
|
||||
<li>{{localize "MNBL.heroicsuccess"}}!!!</li>
|
||||
<li class="roll-heroic">{{localize "MNBL.heroicsuccess"}}!!!</li>
|
||||
{{/if}}
|
||||
{{#if isDramatique}}
|
||||
<li>{{localize "MNBL.dramaticfailure"}}!!!</li>
|
||||
<li class="roll-dramatic">{{localize "MNBL.dramaticfailure"}}!!!</li>
|
||||
{{/if}}
|
||||
|
||||
<div class="action-section">
|
||||
@@ -99,27 +99,27 @@
|
||||
{{#if (eq typeAttaque "assomer")}}
|
||||
{{#if isSucess}}
|
||||
{{#if isHeroique}}
|
||||
<li>La cible {{defender.name}} est assomée pour [[/r 1d20]] minutes.</li>
|
||||
<li>La cible {{defender.name}} est assomée pour [[/r 1d20]] minutes.</li>
|
||||
{{else}}
|
||||
<li>La cible {{defender.name}} subit un malus de -5 à sa prochaine action (auto).</li>
|
||||
<li>La cible {{defender.name}} subit un malus de -5 à sa prochaine action (auto).</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq typeAttaque "fuir")}}
|
||||
{{#if iSuccess}}
|
||||
<li>Vous parvenez à vous désengager et le corps-à-corps cesse.</li>
|
||||
<li>Vous parvenez à vous désengager et le corps-à-corps cesse.</li>
|
||||
{{else}}
|
||||
<li>Vous ne parvenez pas à vous dégager, et vous subissez un malus de -5 à votre défense pour ce tout et le suivant (auto).</li>
|
||||
<li>Vous ne parvenez pas à vous dégager, et vous subissez un malus de -5 à votre défense pour ce tout et le suivant (auto).</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{#if (eq typeAttaque "immobiliser")}}
|
||||
{{#if isPureSuccess}}
|
||||
<li>Vous maitrisez partiellement votre adversaire. Il subit une pénalité de -5 pour sa prochaine action (auto).</li>
|
||||
<li>Vous maitrisez partiellement votre adversaire. Il subit une pénalité de -5 pour sa prochaine action (auto).</li>
|
||||
{{/if}}
|
||||
{{#if isHeroique}}
|
||||
<li>Votre adversaire est immobilisé ! Vous devez désormais faire un jet en opposition Puissance+Mêlée/Puissance+Mêlée chaque tour (action complexe).</li>
|
||||
<li>Votre adversaire est immobilisé ! Vous devez désormais faire un jet en opposition Puissance+Mêlée/Puissance+Mêlée chaque tour (action complexe).</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
@@ -7,12 +7,17 @@
|
||||
</header>
|
||||
|
||||
<div class="flexcol">
|
||||
|
||||
<div class="flexrow">
|
||||
{{#if (eq attrKey "tochoose")}}
|
||||
<span class="roll-dialog-label">{{localize "MNBL.attribute"}}</span>
|
||||
<select class="status-small-label color-class-common" id="attrKey" type="text" name="attrKey" value="attrKey"
|
||||
data-dtype="string">
|
||||
<select
|
||||
class="status-small-label color-class-common"
|
||||
id="attrKey"
|
||||
type="text"
|
||||
name="attrKey"
|
||||
value="attrKey"
|
||||
data-dtype="string"
|
||||
>
|
||||
{{selectOptions config.attributs selected=attrKey}}
|
||||
</select>
|
||||
{{else}}
|
||||
@@ -26,121 +31,227 @@
|
||||
<span class="roll-dialog-label">{{competence.name}}</span>
|
||||
<span class="small-label">{{competence.system.niveau}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if rune}}
|
||||
{{/if}} {{#if rune}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{rune.name}}</span>
|
||||
<span class="small-label">{{rune.system.formule}}</span>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Lancement</span>
|
||||
<select class="roll-dialog-label" id="runemode" type="text" name="runemode" value="{{runemode}}"
|
||||
data-dtype="String">
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="runemode"
|
||||
type="text"
|
||||
name="runemode"
|
||||
value="{{runemode}}"
|
||||
data-dtype="String"
|
||||
>
|
||||
{{selectOptions config.lancementRuneOptions selected=runemode}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.soulpoints"}}</span>
|
||||
<select class="roll-dialog-label" id="runeame" type="text" name="runeame" value="{{runeame}}" data-dtype="Number">
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="runeame"
|
||||
type="text"
|
||||
name="runeame"
|
||||
value="{{runeame}}"
|
||||
data-dtype="Number"
|
||||
>
|
||||
{{selectOptions config.pointsAmeOptions selected=runeame}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if arme}}
|
||||
{{/if}} {{#if arme}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.weapon"}} : </span>
|
||||
<span class="roll-dialog-label">{{arme.name}} (+{{arme.system.bonusmaniementoff}})</span>
|
||||
<span class="roll-dialog-label"
|
||||
>{{arme.name}} (+{{arme.system.bonusmaniementoff}})</span
|
||||
>
|
||||
</div>
|
||||
{{#if arme.system.isMelee}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.attack"}} : </span>
|
||||
<select class="roll-dialog-label" id="typeAttaque" type="text" name="typeAttaque" value="{{typeAttaque}}"
|
||||
data-dtype="String">
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="typeAttaque"
|
||||
type="text"
|
||||
name="typeAttaque"
|
||||
value="{{typeAttaque}}"
|
||||
data-dtype="String"
|
||||
>
|
||||
{{selectOptions config.attaques selected=typeAttaque }}
|
||||
</select>
|
||||
</div>
|
||||
{{#if isMonte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.attackmountbonus"}} ? : </span>
|
||||
<input class="" type="checkbox" id="isMonte" name="isMonte" {{checked isMonte}} />
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{#if difficulte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetdefense"}} : </span>
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.attackmountbonus"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="isMonte"
|
||||
name="isMonte"
|
||||
{{checked
|
||||
isMonte}}
|
||||
/>
|
||||
</div>
|
||||
{{/if}} {{/if}} {{/if}} {{#if difficulte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.targetdefense"}} :
|
||||
</span>
|
||||
<span class="roll-dialog-label"><strong>{{difficulte}}</strong> </span>
|
||||
</div>
|
||||
{{/if}} {{#if arme}} {{#if arme.system.isDistance}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
><strong>{{localize "MNBL.shootmodifier"}}</strong></span
|
||||
>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.aimingbonus"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="visee"
|
||||
name="visee"
|
||||
{{checked
|
||||
visee}}
|
||||
/>
|
||||
</div>
|
||||
{{#if defender}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.targetseeshoot"}}
|
||||
(-{{defender.system.attributs.adr.value}})? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="cibleconsciente"
|
||||
name="cibleconsciente"
|
||||
{{checked
|
||||
cibleconsciente}}
|
||||
/>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.notarget"}} ! </span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if arme}}
|
||||
{{#if arme.system.isDistance}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"><strong>{{localize "MNBL.shootmodifier"}}</strong></span>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.aimingbonus"}} ? : </span>
|
||||
<input class="" type="checkbox" id="visee" name="visee" {{checked visee}} />
|
||||
</div>
|
||||
{{#if defender}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetseeshoot"}} (-{{defender.system.attributs.adr.value}})? : </span>
|
||||
<input class="" type="checkbox" id="cibleconsciente" name="cibleconsciente" {{checked cibleconsciente}} />
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.notarget"}} ! </span>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.runningtarget"}} ? : </span>
|
||||
<input class="" type="checkbox" id="ciblecourt" name="ciblecourt" {{checked ciblecourt}} />
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.hascover"}} ? : </span>
|
||||
<select class="roll-dialog-label" id="typeCouvert" type="text" name="typeCouvert" value="{{typeCouvert}}"
|
||||
data-dtype="String">
|
||||
{{selectOptions config.couverts labelAttr="name" selected=typeCouvert}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.range"}} </span>
|
||||
<select class="roll-dialog-label" id="difficulte" type="text" name="difficulte" value="{{difficulte}}"
|
||||
data-dtype="Number">
|
||||
{{selectOptions config.listePortees selected=difficulte}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if hasDesavantageBonus}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"><strong>{{localize "MNBL.disadvantagepositions"}}</strong></span>
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.runningtarget"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="ciblecourt"
|
||||
name="ciblecourt"
|
||||
{{checked
|
||||
ciblecourt}}
|
||||
/>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetground"}} ? : </span>
|
||||
<input class="" type="checkbox" id="cibleausol" name="cibleausol" {{checked cibleausol}} />
|
||||
<span class="roll-dialog-label">{{localize "MNBL.hascover"}} ? : </span>
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="typeCouvert"
|
||||
type="text"
|
||||
name="typeCouvert"
|
||||
value="{{typeCouvert}}"
|
||||
data-dtype="String"
|
||||
>
|
||||
{{selectOptions config.couverts labelAttr="name" selected=typeCouvert}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.unarmedtarget"}} ? : </span>
|
||||
<input class="" type="checkbox" id="cibledesarmee" name="cibledesarmee" {{checked cibledesarmee}} />
|
||||
<span class="roll-dialog-label">{{localize "MNBL.range"}} </span>
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="difficulte"
|
||||
type="text"
|
||||
name="difficulte"
|
||||
value="{{difficulte}}"
|
||||
data-dtype="Number"
|
||||
>
|
||||
{{selectOptions config.listePortees selected=difficulte}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}} {{/if}} {{#if hasDesavantageBonus}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
><strong>{{localize "MNBL.disadvantagepositions"}}</strong></span
|
||||
>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.smallroomtarget"}} ? : </span>
|
||||
<input class="" type="checkbox" id="ciblerestreint" name="ciblerestreint" {{checked ciblerestreint}} />
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.targetground"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="cibleausol"
|
||||
name="cibleausol"
|
||||
{{checked
|
||||
cibleausol}}
|
||||
/>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetcantmove"}} ? : </span>
|
||||
<input class="" type="checkbox" id="cibleimmobilisée" name="cibleimmobilisée" {{checked cibleimmobilisée}} />
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.unarmedtarget"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="cibledesarmee"
|
||||
name="cibledesarmee"
|
||||
{{checked
|
||||
cibledesarmee}}
|
||||
/>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetbelow"}} ? : </span>
|
||||
<input class="" type="checkbox" id="ciblesurplomb" name="ciblesurplomb" {{checked ciblesurplomb}} />
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.smallroomtarget"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="ciblerestreint"
|
||||
name="ciblerestreint"
|
||||
{{checked
|
||||
ciblerestreint}}
|
||||
/>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.targetcantmove"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="cibleimmobilisée"
|
||||
name="cibleimmobilisée"
|
||||
{{checked
|
||||
cibleimmobilisée}}
|
||||
/>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.targetbelow"}} ? :
|
||||
</span>
|
||||
<input
|
||||
class=""
|
||||
type="checkbox"
|
||||
id="ciblesurplomb"
|
||||
name="ciblesurplomb"
|
||||
{{checked
|
||||
ciblesurplomb}}
|
||||
/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
@@ -155,44 +266,70 @@
|
||||
</div>
|
||||
|
||||
{{#if (count modifiers)}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.registeredmodifiers"}} : </span>
|
||||
</div>
|
||||
{{#each modifiers as |modifier idx|}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{modifier.name}} : </span>
|
||||
<span class="roll-dialog-label">{{modifier.system.value}}</span>
|
||||
<input class="apply-modifier" data-modifier-idx="{{idx}}" id="apply-modifier" type="checkbox" name="apply-modifier" value="{{modifier.system.apply}}" {{checked modifier.system.apply}} />
|
||||
</div>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"
|
||||
>{{localize "MNBL.registeredmodifiers"}} :
|
||||
</span>
|
||||
</div>
|
||||
{{#each modifiers as |modifier idx|}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{modifier.name}} : </span>
|
||||
<span class="roll-dialog-label">{{modifier.system.value}}</span>
|
||||
<input
|
||||
class="apply-modifier"
|
||||
data-modifier-idx="{{idx}}"
|
||||
id="apply-modifier"
|
||||
type="checkbox"
|
||||
name="apply-modifier"
|
||||
value="{{modifier.system.apply}}"
|
||||
{{checked
|
||||
modifier.system.apply}}
|
||||
/>
|
||||
</div>
|
||||
{{/each}} {{/if}}
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.modifier"}} : </span>
|
||||
<select class="roll-dialog-label" id="modificateur" type="text" name="modificateur" value="{{modificateur}}"
|
||||
data-dtype="Number">
|
||||
{{selectOptions config.modificateurOptions valueAttr="key" nameAttr="key" labelAttr="label" selected=modificateur }}
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="modificateur"
|
||||
type="text"
|
||||
name="modificateur"
|
||||
value="{{modificateur}}"
|
||||
data-dtype="Number"
|
||||
>
|
||||
{{selectOptions config.modificateurOptions valueAttr="key"
|
||||
nameAttr="key" labelAttr="label" selected=modificateur }}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
{{#if selectDifficulte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.difficulty"}} : </span>
|
||||
<select class="roll-dialog-label" id="difficulte" type="text" name="difficulte" value="{{difficulte}}"
|
||||
data-dtype="Number">
|
||||
{{selectOptions config.difficulteOptions selected=difficulte}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if canEclatDoubleD20}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.difficulty"}} : </span>
|
||||
<select
|
||||
class="roll-dialog-label"
|
||||
id="difficulte"
|
||||
type="text"
|
||||
name="difficulte"
|
||||
value="{{difficulte}}"
|
||||
data-dtype="Number"
|
||||
>
|
||||
{{selectOptions config.difficulteOptions selected=difficulte}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}} {{#if canEclatDoubleD20}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{localize "MNBL.doubleD20"}}</span>
|
||||
<input class="" id="doubleD20" type="checkbox" name="doubleD20" value="{{doubleD20}}" {{checked doubleD20}} />
|
||||
<input
|
||||
class=""
|
||||
id="doubleD20"
|
||||
type="checkbox"
|
||||
name="doubleD20"
|
||||
value="{{doubleD20}}"
|
||||
{{checked
|
||||
doubleD20}}
|
||||
/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user