Compare commits

...

2 Commits

69 changed files with 307 additions and 227 deletions

View File

@ -2,7 +2,7 @@
"TYPES": {
"Actor": {
"personnage": "Personnage",
"PNJ": "PNJ"
"pnj": "PNJ"
},
"Item": {
"accessoire": "Accessoire",

View File

@ -259,6 +259,11 @@ export class HeritiersActor extends Actor {
/* -------------------------------------------- */
async prepareData() {
super.prepareData();
let pvMax = (this.system.caracteristiques.con.rang * 3) + 9 + this.system.pv.mod
if (this.system.pv.max != pvMax) {
this.update({ 'system.pv.max': pvMax })
}
}
/* -------------------------------------------- */
@ -533,6 +538,7 @@ export class HeritiersActor extends Actor {
}
return undefined
}
/* -------------------------------------------- */
getCommonRollData(compId = undefined, compName = undefined) {
let rollData = HeritiersUtility.getBasicRollData()
@ -703,14 +709,81 @@ export class HeritiersActor extends Actor {
}
}
/* -------------------------------------------- */
pouvoirPassifDialog(pouvoir) {
let rollData = this.getCommonRollData()
rollData.pouvoir = pouvoir
rollData.mode = "pouvoirpassif"
rollData.pouvoirPointsUsage = 0
rollData.noRoll = true
let d = new Dialog({
title: "Activer le pouvoir passif " + pouvoir.name,
content: "<p>Choisissez le nombre de Points d'Usage</p>",
buttons: {
one: {
icon: '<i class="fas fa-check"></i>',
label: "1 Point d'Usage",
callback: () => {
rollData.pouvoirPointsUsage = 1;
HeritiersUtility.rollHeritiers(rollData);
}
},
two: {
icon: '<i class="fas fa-check"></i>',
label: "2 Points d'Usage",
callback: () => {
rollData.pouvoirPointsUsage = 2;
HeritiersUtility.rollHeritiers(rollData);
}
},
three: {
icon: '<i class="fas fa-check"></i>',
label: "3 Points d'Usage",
callback: () => {
rollData.pouvoirPointsUsage = 3;
HeritiersUtility.rollHeritiers(rollData);
}
},
four: {
icon: '<i class="fas fa-check"></i>',
label: "4 Points d'Usage",
callback: () => {
rollData.pouvoirPointsUsage = 4;
HeritiersUtility.rollHeritiers(rollData);
}
},
close: {
icon: '<i class="fas fa-times"></i>',
label: "Annuler",
callback: () => {
}
}
},
default: "one",
render: html => console.log("Pouvoir passif"),
close: html => console.log("No option")
});
d.render(true);
}
/* -------------------------------------------- */
async rollPouvoir(pouvoirId) {
let pouvoir = this.items.get(pouvoirId)
if (pouvoir) {
if (pouvoir.system.pouvoirtype == "passif") {
this.pouvoirPassifDialog(pouvoir)
return
}
let rollData = this.getCommonRollData(undefined, undefined)
if (pouvoir.system.feeriemasque != "autre") {
rollData.pouvoirBase = duplicate(this.system.rang[pouvoir.system.feeriemasque.toLowerCase()])
rollData.pouvoirBase.label = "Féerie"
if (!pouvoir.system.carac) {
ui.notifications.warn("Le pouvoir actif " + pouvoir.name + " n'a pas de caractéristique associée")
return
}
rollData.carac = duplicate(this.system.caracteristiques[pouvoir.system.carac])
rollData.caracKey = pouvoir.system.carac
}
@ -755,7 +828,7 @@ export class HeritiersActor extends Actor {
updates.push({ _id: pouvoir.id, 'system.pointsusagecourant': newValue })
}
}
if (updates.length > 0) {
if (updates.length > 0) {
this.updateEmbeddedDocuments('Item', updates)
}
}

View File

@ -22,10 +22,10 @@ export class HeritiersRollDialog extends Dialog {
}
let enableD10 = false
let enableD12 = false
if (rollData.competence?.system.niveau > 0) {
if (rollData.mode == "pouvoir" || rollData.competence?.system.niveau > 0) {
enableD10 = true
}
if (rollData.competence?.system.niveau > 1) {
if (rollData.mode == "pouvoir" || rollData.competence?.system.niveau > 1) {
enableD12 = true
}
if (enableD10) {

View File

@ -535,20 +535,21 @@ export class HeritiersUtility {
}
}
let myRoll = new Roll(rollData.diceFormula).roll({ async: false })
await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode"))
rollData.roll = duplicate(myRoll)
console.log(">>>> ", myRoll)
this.computeResult(actor, rollData)
this.computeMarge(rollData, rollData.sdValue) // Calcul de la marge si seuil présent
if ( !rollData.noRoll) {
let myRoll = new Roll(rollData.diceFormula).roll({ async: false })
await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode"))
rollData.roll = duplicate(myRoll)
console.log(">>>> ", myRoll)
this.computeResult(actor, rollData)
this.computeMarge(rollData, rollData.sdValue) // Calcul de la marge si seuil présent
}
if (rollData.mode == "init") {
actor.setFlag("world", "last-initiative", rollData.finalResult)
}
// Gestion pouvoir et points d'usage
if (rollData.mode == "pouvoir") {
if (rollData.mode == "pouvoir" || rollData.mode == "pouvoirpassif") {
actor.incDecPointsUsage(rollData.pouvoir._id, -rollData.pouvoirPointsUsage)
}

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.400582 7f2f096006c0 Recovering log #56
2024/04/01-17:26:18.410531 7f2f096006c0 Delete type=3 #54
2024/04/01-17:26:18.410588 7f2f096006c0 Delete type=0 #56
2024/04/01-17:27:00.271754 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.271819 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.307464 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.345066 7f2f03a006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.345103 7f2f03a006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.407753 7fcc5fe006c0 Recovering log #96
2024/04/24-21:03:14.418285 7fcc5fe006c0 Delete type=3 #94
2024/04/24-21:03:14.418386 7fcc5fe006c0 Delete type=0 #96
2024/04/24-21:12:06.758987 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.759009 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.766071 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.772507 7fcc5e4006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.780581 7fcc5e4006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.121804 7f2efb8006c0 Recovering log #52
2024/03/31-17:51:10.132699 7f2efb8006c0 Delete type=3 #50
2024/03/31-17:51:10.132828 7f2efb8006c0 Delete type=0 #52
2024/03/31-17:52:39.333208 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.333263 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.340471 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.340751 7f2efae006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.340782 7f2efae006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.195494 7fcc64a006c0 Recovering log #92
2024/04/24-21:00:50.205751 7fcc64a006c0 Delete type=3 #90
2024/04/24-21:00:50.205814 7fcc64a006c0 Delete type=0 #92
2024/04/24-21:03:07.405442 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.405465 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.413456 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.434002 7fcc5e4006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.434046 7fcc5e4006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.436287 7f2f096006c0 Recovering log #56
2024/04/01-17:26:18.446918 7f2f096006c0 Delete type=3 #54
2024/04/01-17:26:18.447011 7f2f096006c0 Delete type=0 #56
2024/04/01-17:27:00.345258 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.345284 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.384063 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.501638 7f2f03a006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.501693 7f2f03a006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.434490 7fcc5fe006c0 Recovering log #96
2024/04/24-21:03:14.445376 7fcc5fe006c0 Delete type=3 #94
2024/04/24-21:03:14.445476 7fcc5fe006c0 Delete type=0 #96
2024/04/24-21:12:06.780592 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.780614 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.786815 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.793537 7fcc5e4006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.800296 7fcc5e4006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.159099 7f2efb8006c0 Recovering log #52
2024/03/31-17:51:10.171301 7f2efb8006c0 Delete type=3 #50
2024/03/31-17:51:10.171460 7f2efb8006c0 Delete type=0 #52
2024/03/31-17:52:39.340903 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.340946 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.348787 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.370825 7f2efae006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.370890 7f2efae006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.225781 7fcc64a006c0 Recovering log #92
2024/04/24-21:00:50.235570 7fcc64a006c0 Delete type=3 #90
2024/04/24-21:00:50.235631 7fcc64a006c0 Delete type=0 #92
2024/04/24-21:03:07.419889 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.419918 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.426864 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.434022 7fcc5e4006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.434058 7fcc5e4006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.385599 7f2f0aa006c0 Recovering log #56
2024/04/01-17:26:18.395901 7f2f0aa006c0 Delete type=3 #54
2024/04/01-17:26:18.395960 7f2f0aa006c0 Delete type=0 #56
2024/04/01-17:27:00.228031 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.228054 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.271487 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.345051 7f2f03a006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.345088 7f2f03a006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.394982 7fcc64a006c0 Recovering log #96
2024/04/24-21:03:14.405041 7fcc64a006c0 Delete type=3 #94
2024/04/24-21:03:14.405101 7fcc64a006c0 Delete type=0 #96
2024/04/24-21:12:06.752178 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.752221 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.758834 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.766218 7fcc5e4006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.772523 7fcc5e4006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.103648 7f2efcc006c0 Recovering log #52
2024/03/31-17:51:10.116316 7f2efcc006c0 Delete type=3 #50
2024/03/31-17:51:10.116475 7f2efcc006c0 Delete type=0 #52
2024/03/31-17:52:39.317590 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.317634 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.332888 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.340690 7f2efae006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.340767 7f2efae006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.181640 7fcc5fe006c0 Recovering log #92
2024/04/24-21:00:50.191751 7fcc5fe006c0 Delete type=3 #90
2024/04/24-21:00:50.191823 7fcc5fe006c0 Delete type=0 #92
2024/04/24-21:03:07.391895 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.391918 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.398417 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.405331 7fcc5e4006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.405364 7fcc5e4006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.342233 7f2f096006c0 Recovering log #56
2024/04/01-17:26:18.352564 7f2f096006c0 Delete type=3 #54
2024/04/01-17:26:18.352637 7f2f096006c0 Delete type=0 #56
2024/04/01-17:27:00.041914 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.041937 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.113315 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.191182 7f2f03a006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.191238 7f2f03a006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.357785 7fcc5fe006c0 Recovering log #96
2024/04/24-21:03:14.368372 7fcc5fe006c0 Delete type=3 #94
2024/04/24-21:03:14.368475 7fcc5fe006c0 Delete type=0 #96
2024/04/24-21:12:06.730451 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.730536 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.737283 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.745838 7fcc5e4006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.752158 7fcc5e4006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.054712 7f2efb8006c0 Recovering log #52
2024/03/31-17:51:10.065463 7f2efb8006c0 Delete type=3 #50
2024/03/31-17:51:10.065576 7f2efb8006c0 Delete type=0 #52
2024/03/31-17:52:39.281908 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.281951 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.289468 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.289750 7f2efae006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.303742 7f2efae006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.139541 7fcc64a006c0 Recovering log #92
2024/04/24-21:00:50.150459 7fcc64a006c0 Delete type=3 #90
2024/04/24-21:00:50.150560 7fcc64a006c0 Delete type=0 #92
2024/04/24-21:03:07.378965 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.378988 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.385088 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.405303 7fcc5e4006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.405350 7fcc5e4006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.372566 7f2f096006c0 Recovering log #56
2024/04/01-17:26:18.382660 7f2f096006c0 Delete type=3 #54
2024/04/01-17:26:18.382718 7f2f096006c0 Delete type=0 #56
2024/04/01-17:27:00.191314 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.191384 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.227904 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.345037 7f2f03a006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.345095 7f2f03a006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.382877 7fcc5fe006c0 Recovering log #96
2024/04/24-21:03:14.392582 7fcc5fe006c0 Delete type=3 #94
2024/04/24-21:03:14.392719 7fcc5fe006c0 Delete type=0 #96
2024/04/24-21:12:06.745861 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.745883 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.751942 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.758963 7fcc5e4006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.766233 7fcc5e4006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.086922 7f2efb8006c0 Recovering log #52
2024/03/31-17:51:10.097896 7f2efb8006c0 Delete type=3 #50
2024/03/31-17:51:10.098016 7f2efb8006c0 Delete type=0 #52
2024/03/31-17:52:39.310551 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.310589 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.317387 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.333187 7f2efae006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.340732 7f2efae006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.167153 7fcc64a006c0 Recovering log #92
2024/04/24-21:00:50.178593 7fcc64a006c0 Delete type=3 #90
2024/04/24-21:00:50.178677 7fcc64a006c0 Delete type=0 #92
2024/04/24-21:03:07.398635 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.398683 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.405176 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.405342 7fcc5e4006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.405373 7fcc5e4006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.325472 7f2f0aa006c0 Recovering log #56
2024/04/01-17:26:18.336087 7f2f0aa006c0 Delete type=3 #54
2024/04/01-17:26:18.336251 7f2f0aa006c0 Delete type=0 #56
2024/04/01-17:27:00.007045 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.007122 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.041786 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.191140 7f2f03a006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.191221 7f2f03a006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.345134 7fcc64a006c0 Recovering log #96
2024/04/24-21:03:14.355600 7fcc64a006c0 Delete type=3 #94
2024/04/24-21:03:14.355657 7fcc64a006c0 Delete type=0 #96
2024/04/24-21:12:06.723482 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.723520 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.730146 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.737428 7fcc5e4006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.745851 7fcc5e4006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.039717 7f2efcc006c0 Recovering log #52
2024/03/31-17:51:10.050432 7f2efcc006c0 Delete type=3 #50
2024/03/31-17:51:10.050525 7f2efcc006c0 Delete type=0 #52
2024/03/31-17:52:39.274978 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.275040 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.281732 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.289726 7f2efae006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.289784 7f2efae006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.125583 7fcc5fe006c0 Recovering log #92
2024/04/24-21:00:50.136089 7fcc5fe006c0 Delete type=3 #90
2024/04/24-21:00:50.136151 7fcc5fe006c0 Delete type=0 #92
2024/04/24-21:03:07.371083 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.371109 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.378702 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.378854 7fcc5e4006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.378876 7fcc5e4006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.358251 7f2f0aa006c0 Recovering log #56
2024/04/01-17:26:18.369646 7f2f0aa006c0 Delete type=3 #54
2024/04/01-17:26:18.369716 7f2f0aa006c0 Delete type=0 #56
2024/04/01-17:27:00.113491 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.113522 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.190954 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.191203 7f2f03a006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.191254 7f2f03a006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.370215 7fcc64a006c0 Recovering log #96
2024/04/24-21:03:14.380871 7fcc64a006c0 Delete type=3 #94
2024/04/24-21:03:14.380943 7fcc64a006c0 Delete type=0 #96
2024/04/24-21:12:06.737478 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.737537 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.745719 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.752140 7fcc5e4006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.758974 7fcc5e4006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.069929 7f2efcc006c0 Recovering log #52
2024/03/31-17:51:10.081848 7f2efcc006c0 Delete type=3 #50
2024/03/31-17:51:10.082018 7f2efcc006c0 Delete type=0 #52
2024/03/31-17:52:39.303782 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.303846 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.310366 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.333155 7f2efae006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.340713 7f2efae006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.154218 7fcc5fe006c0 Recovering log #92
2024/04/24-21:00:50.164265 7fcc5fe006c0 Delete type=3 #90
2024/04/24-21:00:50.164327 7fcc5fe006c0 Delete type=0 #92
2024/04/24-21:03:07.385211 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.385236 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.391768 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.405315 7fcc5e4006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.405356 7fcc5e4006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.416432 7f2f0aa006c0 Recovering log #56
2024/04/01-17:26:18.426581 7f2f0aa006c0 Delete type=3 #54
2024/04/01-17:26:18.426652 7f2f0aa006c0 Delete type=0 #56
2024/04/01-17:27:00.307704 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.307767 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.344905 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.345079 7f2f03a006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.345111 7f2f03a006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.421201 7fcc64a006c0 Recovering log #96
2024/04/24-21:03:14.431610 7fcc64a006c0 Delete type=3 #94
2024/04/24-21:03:14.431661 7fcc64a006c0 Delete type=0 #96
2024/04/24-21:12:06.766244 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.766271 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.772332 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.786941 7fcc5e4006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.793548 7fcc5e4006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.140897 7f2efcc006c0 Recovering log #52
2024/03/31-17:51:10.152190 7f2efcc006c0 Delete type=3 #50
2024/03/31-17:51:10.152332 7f2efcc006c0 Delete type=0 #52
2024/03/31-17:52:39.348979 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.349027 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.355963 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.370848 7f2efae006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.370917 7f2efae006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.210067 7fcc5fe006c0 Recovering log #92
2024/04/24-21:00:50.221093 7fcc5fe006c0 Delete type=3 #90
2024/04/24-21:00:50.221151 7fcc5fe006c0 Delete type=0 #92
2024/04/24-21:03:07.413577 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.413605 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.419750 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.434013 7fcc5e4006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.434051 7fcc5e4006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000058
MANIFEST-000098

View File

@ -1,7 +1,7 @@
2024/04/01-17:26:18.449689 7f2f0aa006c0 Recovering log #56
2024/04/01-17:26:18.459888 7f2f0aa006c0 Delete type=3 #54
2024/04/01-17:26:18.459966 7f2f0aa006c0 Delete type=0 #56
2024/04/01-17:27:00.411338 7f2f03a006c0 Level-0 table #61: started
2024/04/01-17:27:00.411373 7f2f03a006c0 Level-0 table #61: 0 bytes OK
2024/04/01-17:27:00.465790 7f2f03a006c0 Delete type=0 #59
2024/04/01-17:27:00.501666 7f2f03a006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.447506 7fcc64a006c0 Recovering log #96
2024/04/24-21:03:14.458045 7fcc64a006c0 Delete type=3 #94
2024/04/24-21:03:14.458168 7fcc64a006c0 Delete type=0 #96
2024/04/24-21:12:06.772537 7fcc5e4006c0 Level-0 table #101: started
2024/04/24-21:12:06.772571 7fcc5e4006c0 Level-0 table #101: 0 bytes OK
2024/04/24-21:12:06.780429 7fcc5e4006c0 Delete type=0 #99
2024/04/24-21:12:06.786953 7fcc5e4006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/03/31-17:51:10.175407 7f2efcc006c0 Recovering log #52
2024/03/31-17:51:10.186143 7f2efcc006c0 Delete type=3 #50
2024/03/31-17:51:10.186253 7f2efcc006c0 Delete type=0 #52
2024/03/31-17:52:39.356138 7f2efae006c0 Level-0 table #57: started
2024/03/31-17:52:39.356175 7f2efae006c0 Level-0 table #57: 0 bytes OK
2024/03/31-17:52:39.363013 7f2efae006c0 Delete type=0 #55
2024/03/31-17:52:39.370863 7f2efae006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.238991 7fcc5fe006c0 Recovering log #92
2024/04/24-21:00:50.249789 7fcc5fe006c0 Delete type=3 #90
2024/04/24-21:00:50.249856 7fcc5fe006c0 Delete type=0 #92
2024/04/24-21:03:07.427061 7fcc5e4006c0 Level-0 table #97: started
2024/04/24-21:03:07.427101 7fcc5e4006c0 Level-0 table #97: 0 bytes OK
2024/04/24-21:03:07.433866 7fcc5e4006c0 Delete type=0 #95
2024/04/24-21:03:07.434036 7fcc5e4006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000026
MANIFEST-000066

View File

@ -1,8 +1,8 @@
2024/04/01-17:26:18.462590 7f2f096006c0 Recovering log #24
2024/04/01-17:26:18.472649 7f2f096006c0 Delete type=3 #22
2024/04/01-17:26:18.472723 7f2f096006c0 Delete type=0 #24
2024/04/01-17:27:00.384293 7f2f03a006c0 Level-0 table #29: started
2024/04/01-17:27:00.384350 7f2f03a006c0 Level-0 table #29: 0 bytes OK
2024/04/01-17:27:00.411173 7f2f03a006c0 Delete type=0 #27
2024/04/01-17:27:00.501654 7f2f03a006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/04/01-17:27:00.501685 7f2f03a006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/04/24-21:03:14.460264 7fcc5fe006c0 Recovering log #64
2024/04/24-21:03:14.471026 7fcc5fe006c0 Delete type=3 #62
2024/04/24-21:03:14.471085 7fcc5fe006c0 Delete type=0 #64
2024/04/24-21:12:06.786961 7fcc5e4006c0 Level-0 table #69: started
2024/04/24-21:12:06.786984 7fcc5e4006c0 Level-0 table #69: 0 bytes OK
2024/04/24-21:12:06.793408 7fcc5e4006c0 Delete type=0 #67
2024/04/24-21:12:06.800278 7fcc5e4006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/04/24-21:12:06.800312 7fcc5e4006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/03/31-17:51:10.189493 7f2efb8006c0 Recovering log #20
2024/03/31-17:51:10.200793 7f2efb8006c0 Delete type=3 #18
2024/03/31-17:51:10.200888 7f2efb8006c0 Delete type=0 #20
2024/03/31-17:52:39.363237 7f2efae006c0 Level-0 table #25: started
2024/03/31-17:52:39.363276 7f2efae006c0 Level-0 table #25: 0 bytes OK
2024/03/31-17:52:39.370640 7f2efae006c0 Delete type=0 #23
2024/03/31-17:52:39.370876 7f2efae006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/03/31-17:52:39.370904 7f2efae006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/04/24-21:00:50.251923 7fcc64a006c0 Recovering log #60
2024/04/24-21:00:50.262770 7fcc64a006c0 Delete type=3 #58
2024/04/24-21:00:50.262826 7fcc64a006c0 Delete type=0 #60
2024/04/24-21:03:07.434179 7fcc5e4006c0 Level-0 table #65: started
2024/04/24-21:03:07.434204 7fcc5e4006c0 Level-0 table #65: 0 bytes OK
2024/04/24-21:03:07.440869 7fcc5e4006c0 Delete type=0 #63
2024/04/24-21:03:07.448328 7fcc5e4006c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)
2024/04/24-21:03:07.448358 7fcc5e4006c0 Manual compaction at level-1 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes!ypDutqjqZcr7lx6I' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT",
"version": "11.0.11",
"version": "11.0.14",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@ -19,7 +19,7 @@
"gridUnits": "m",
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-11.0.11.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-11.0.14.zip",
"languages": [
{
"lang": "fr",

View File

@ -142,7 +142,8 @@
},
"pv": {
"value": 0,
"max": 0
"max": 0,
"mod": 0
},
"competences": {
"aventurier": {

View File

@ -287,10 +287,12 @@
<label class="item-field-label-medium roll-style"><a class="roll-rang item-field-label-short" data-rang-key="feerie">Féerie</a></label>
<input type="text" class="item-field-label-short" name="system.rang.feerie.value" value="{{system.rang.feerie.value}}" data-dtype="Number" />
<input type="text" class="item-field-label-short" name="system.rang.feerie.max" value="{{system.rang.feerie.max}}" data-dtype="Number" />
<span class="item-field-label-long"></span>
<span class="item-field-label-medium"></span>
<label class="item-field-label-medium roll-style"><a class="roll-rang item-field-label-short" data-rang-key="masque">Masque</a></label>
<input type="text" class="item-field-label-short" name="system.rang.masque.value" value="{{system.rang.masque.value}}" data-dtype="Number" />
<input type="text" class="item-field-label-short" name="system.rang.masque.max" value="{{system.rang.masque.max}}" data-dtype="Number" />
<span class="item-field-label-medium"></span>
<label class="item-field-label-long roll-style"><a class="dialog-recup-usage item-field-label-long">Récup. P. d'Usage</a></label>
</li>
</ul>
</div>
@ -390,23 +392,23 @@
<span class="item-field-label-medium">
<label class="short-label">Niveau</label>
</span>
<span class="item-field-label-medium">
<label class="short-label">Usage</label>
</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-add" data-type="pouvoir" title="Ajouter un Pouvoir"><i
<a class="item-control item-add" data-type="pouvoir" title="Ajouter un pouvoir"><i
class="fas fa-plus"></i></a>
</div>
</li>
{{#each pouvoirs as |pouvoir key|}}
<li class="item flexrow " data-item-id="{{pouvoir._id}}" data-item-type="pouvoir">
<img class="item-name-img" src="{{pouvoir.img}}" />
{{#if pouvoir.system.istest}}
<span class="item-field-label-long2 roll-style"><a class="roll-pouvoir">{{pouvoir.name}}</a></span>
{{else}}
<span class="item-field-label-long2">{{pouvoir.name}}</span>
{{/if}}
<span class="item-field-label-medium">{{upperFirst pouvoir.system.masquetype}}</span>
<span class="item-field-label-medium">{{upperFirst pouvoir.system.pouvoirtype}}</span>
<span class="item-field-label-medium">{{upperFirst pouvoir.system.niveau}}</span>
<span class="item-field-label-medium">{{pouvoir.system.pointsusagecourant}}/{{pouvoir.maxUsage}}</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
@ -418,7 +420,6 @@
</ul>
</div>
<div class="sheet-box color-bg-archetype">
<ul class="item-list alternate-list">
<li class="item flexrow list-item items-title-bg">

View File

@ -45,7 +45,8 @@
<div class="flexrow">
<label class="item-field-label-short">PV</label>
<input type="text" class="item-field-label-short" name="system.pv.value" value="{{system.pv.value}}" data-dtype="Number" />
<input type="text" class="item-field-label-short" name="system.pv.max" value="{{system.pv.max}}" data-dtype="Number" />
<input type="text" class="item-field-label-short" name="system.pv.max" value="{{system.pv.max}}" disabled data-dtype="Number" />
<input type="text" class="item-field-label-short" name="system.pv.mod" value="{{system.pv.mod}}" data-dtype="Number" />
<label class="item-field-label-short">Malus</label>
<input type="text" class="item-field-label-short" value="{{pvMalus.value}}" data-dtype="Number" disabled />
<span>&nbsp;&nbsp;</span>
@ -113,6 +114,10 @@
<label class="short-label">Niveau</label>
</span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-add" data-type="competence" title="Ajouter une compétence futile"><i
class="fas fa-plus"></i></a>
</div>
</li>
{{#each futileSkills as |skill key|}}
<li class="item flexrow " data-item-id="{{skill._id}}" data-item-type="competence">
@ -409,11 +414,7 @@
{{#each pouvoirs as |pouvoir key|}}
<li class="item flexrow " data-item-id="{{pouvoir._id}}" data-item-type="pouvoir">
<img class="item-name-img" src="{{pouvoir.img}}" />
{{#if pouvoir.system.istest}}
<span class="item-field-label-long2 roll-style"><a class="roll-pouvoir">{{pouvoir.name}}</a></span>
{{else}}
<span class="item-field-label-long2">{{pouvoir.name}}</span>
{{/if}}
<span class="item-field-label-medium">{{upperFirst pouvoir.system.masquetype}}</span>
<span class="item-field-label-medium">{{upperFirst pouvoir.system.pouvoirtype}}</span>
<span class="item-field-label-medium">{{upperFirst pouvoir.system.niveau}}</span>

View File

@ -48,41 +48,44 @@
<li>Vous dépense 2 points de Tricherie et utilisé une face adjacente du dé !</li>
{{/if}}
<li>Formule : {{diceFormula}}</li>
<li>Résultat du dé : {{diceResult}} </li>
{{#if adjacentFaces}}
<li>Faces Adjacentes :
{{#each adjacentFaces as |value key|}}
<a class="roll-tricherie-2" data-dice-value="{{value}}">{{value}}</a>
{{/each}}
</li>
{{/if}}
<li>Total : {{finalResult}} {{#if (gt sdValue "-1")}}(Marge : {{marge}}){{/if}}</li>
{{#if (gt sdValue "-1")}}
{{#if isSuccess}}
<li class="chat-success">Succès...
</li>
{{#if noRoll}}
{{else}}
<li class="chat-failure">Echec...</li>
{{/if}}
{{/if}}
<li>Formule : {{diceFormula}}</li>
<li>Résultat du dé : {{diceResult}} </li>
{{#if isBrelan}}
<li class="chat-success">Brelan sur 3 dés !</li>
{{/if}}
{{#if isSuite}}
<li class="chat-success">Suite sur 3 dés !</li>
{{/if}}
{{#if adjacentFaces}}
<li>Faces Adjacentes :
{{#each adjacentFaces as |value key|}}
<a class="roll-tricherie-2" data-dice-value="{{value}}">{{value}}</a>
{{/each}}
</li>
{{/if}}
{{#if isCriticalSuccess}}
<li class="chat-success">Réussite Critique !!!</li>
{{/if}}
{{#if isCriticalFailure}}
<li class="chat-failure">Echec Critique !!!</li>
<li>Total : {{finalResult}} {{#if (gt sdValue "-1")}}(Marge : {{marge}}){{/if}}</li>
{{#if (gt sdValue "-1")}}
{{#if isSuccess}}
<li class="chat-success">Succès...
</li>
{{else}}
<li class="chat-failure">Echec...</li>
{{/if}}
{{/if}}
{{#if isBrelan}}
<li class="chat-success">Brelan sur 3 dés !</li>
{{/if}}
{{#if isSuite}}
<li class="chat-success">Suite sur 3 dés !</li>
{{/if}}
{{#if isCriticalSuccess}}
<li class="chat-success">Réussite Critique !!!</li>
{{/if}}
{{#if isCriticalFailure}}
<li class="chat-failure">Echec Critique !!!</li>
{{/if}}
{{/if}}
</ul>