diff --git a/.gitignore b/.gitignore index c949d52..ca1ccda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .history/ .idea/ -.vscode/ \ No newline at end of file +.vscode/ +ChatGPT/ \ No newline at end of file diff --git a/module.json b/module.json index be86243..d80b1f4 100644 --- a/module.json +++ b/module.json @@ -35,91 +35,13 @@ } ], "packs": [ - { - "label": "Plats d'Auberges", - "type": "RollTable", - "name": "plats-dauberges", - "path": "packs/plats-dauberges", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "NONE", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Dons de Rhya", - "type": "JournalEntry", - "name": "dons-de-rhya", - "path": "packs/dons-de-rhya", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Aides de Jeu FR", - "type": "JournalEntry", - "name": "aides-de-jeu-fr", - "path": "packs/aides-de-jeu-fr", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Herbes & Potions", - "type": "Item", - "name": "antidotes-and-remedes", - "path": "packs/antidotes-and-remedes", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "NONE", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Tables des Traductions", - "type": "JournalEntry", - "name": "tables-des-traductions", - "path": "packs/tables-des-traductions", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Apothicarium", - "type": "JournalEntry", - "name": "apothicarium", - "path": "packs/apothicarium", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "NONE", - "ASSISTANT": "OWNER" - } - } ], "packFolders": [ { - "name": "Module WFRP4 FR", + "name": "Module WFRP4 DE", "sorting": "m", "color": "#00435c", "packs": [ - "apothicarium", - "tables-des-traductions", - "antidotes-and-remedes", - "aides-de-jeu-fr", - "dons-de-rhya", - "plats-dauberges" ], "folders": [] } diff --git a/modules/config-patch.js b/modules/config-patch.js index fe4ac57..73065a2 100644 --- a/modules/config-patch.js +++ b/modules/config-patch.js @@ -105,9 +105,9 @@ export class WH4FRPatchConfig { for ( let key in row) { if (key != "range") { if ( row[key].name == 'Slayer' ) { - row[key].name = "Tueur Nains"; + row[key].name = "Slayer"; } else if ( row[key].name == 'Duelist' ) { - row[key].name = "Duelliste"; + row[key].name = "Duellant"; //console.log(">>>>> Career ?", key, row[key].name, career_fr.name ); } else { let career_fr = game.babele.translate( compendiumName, {name: row[key].name}, true ); @@ -124,8 +124,8 @@ export class WH4FRPatchConfig { if (game.user.isGM) { let coreC7 = game.modules.find(mod => mod.id == "wfrp4e-core") - if (!coreC7 || !coreC7.active) { - ui.notifications.warn("Vous n'avez pas activé le module CoreC7 ! La traduction sera donc incomplète et inopérante.") + if (!coreC7 || !coreC7.active) { + ui.notifications.warn("Sie haben das CoreC7-Modul nicht aktiviert! Die Übersetzung wird daher unvollständig und unwirksam sein.") return } } @@ -135,52 +135,52 @@ export class WH4FRPatchConfig { game.wfrp4e.config.qualityDescriptions["distract"] = game.i18n.localize("WFRP4E.Properties.Distract"); // Patch missing quality game.wfrp4e.config.talentBonuses = { - "perspicace": "int", - "affable": "fel", - "tireur de précision": "bs", - "très fort": "s", - "vivacité": "i", - "reflexes foudroyants": "ag", - "imperturbable": "wp", - "très résistant": "t", - "doigts de fée": "dex", - "guerrier né": "ws" + "gerissenheit": "int", + "einnehmendes wesen": "fel", + "meisterschütze": "bs", + "sehr stark": "s", + "aufgeweckt": "i", + "blitzschnelle reflexe": "ag", + "kühler kopf": "wp", + "unverwüstlich": "t", + "geschickte finger": "dex", + "geborener krieger": "ws" } if (game.wfrp4e.config.loreEffects) { - game.wfrp4e.config.loreEffects["beasts"].label = "Domaine des Bêtes" - game.wfrp4e.config.loreEffects["death"].label = "Domaine de la Mort" - game.wfrp4e.config.loreEffects["fire"].label = "Domaine du Feu" - game.wfrp4e.config.loreEffects["metal"].label = "Domaine du Métal" - game.wfrp4e.config.loreEffects["heavens"].label = "Domaine des Cieux" - game.wfrp4e.config.loreEffects["life"].label = "Domaine de la Vie" - game.wfrp4e.config.loreEffects["light"].label = "Domaine de la Lumière" - game.wfrp4e.config.loreEffects["shadow"].label = "Domaine des Ombres" - game.wfrp4e.config.loreEffects["hedgecraft"].label = "Domaine de la Magie de Village" - game.wfrp4e.config.loreEffects["hedgecraft"].label = "Domaine de la Sorcellerie" + game.wfrp4e.config.loreEffects["beasts"].label = "Lehre der Bestien"; + game.wfrp4e.config.loreEffects["death"].label = "Lehre des Todes"; + game.wfrp4e.config.loreEffects["fire"].label = "Lehre des Feuers"; + game.wfrp4e.config.loreEffects["metal"].label = "Lehre des Metalls"; + game.wfrp4e.config.loreEffects["heavens"].label = "Lehre des Himmels"; + game.wfrp4e.config.loreEffects["life"].label = "Lehre des Lebens"; + game.wfrp4e.config.loreEffects["light"].label = "Lehre des Lichts"; + game.wfrp4e.config.loreEffects["shadow"].label = "Lehre der Schatten"; + game.wfrp4e.config.loreEffects["hedgecraft"].label = "Lehre der Heckenzauberei"; + game.wfrp4e.config.loreEffects["hedgecraft"].label = "Lehre der Hexerei"; } if (game.wfrp4e.config.species) { - game.wfrp4e.config.species["human"] = "Humain"; - game.wfrp4e.config.species["dwarf"] = "Nain"; - game.wfrp4e.config.species["halfling"] = "Halfling"; - game.wfrp4e.config.species["helf"] = "Haut Elfe"; - game.wfrp4e.config.species["welf"] = "Elfe Sylvain"; + game.wfrp4e.config.species["human"] = "Mensch"; + game.wfrp4e.config.species["dwarf"] = "Zwerg"; + game.wfrp4e.config.species["halfling"] = "Halbling"; + game.wfrp4e.config.species["helf"] = "Hochelf"; + game.wfrp4e.config.species["welf"] = "Waldelf"; } if (game.wfrp4e.config.charastericticsBonus) { game.wfrp4e.config.charastericticsBonus = { - "ws": "Bonus de Capacité de Combat", - "bs": "Bonus de Capacité de Tir", - "s": "Bonus de Force", - "t": "Bonus d'Endurance", - "i": "Bonus d'Initiative", - "ag": "Bonus d'Agilité", - "dex": "Bonus de Dexterité", - "int": "Bonus d'Intelligence", - "wp": "Bonus de Force Mentale", - "fel": "Bonus de Sociabilité" + "ws": "Kampfgeschickbonus", + "bs": "Ballistische Fertigkeits Bonus", + "s": "Stärkebonus", + "t": "Widerstandsbonus", + "i": "Initiativebonus", + "ag": "Gewandheitsbonus", + "dex": "Geschicklichkeitsbonus", + "int": "Intelligenzbonus", + "wp": "Willenskraftbonus", + "fel": "Charismabonus" } } @@ -996,7 +996,7 @@ export class WH4FRPatchConfig { game.wfrp4e.config.symptomEffects = { "blight": { - label: "Toxine", + label: "Gift", icon: "modules/wfrp4e-core/icons/diseases/disease.png", transfer: true, flags: { @@ -1006,9 +1006,9 @@ export class WH4FRPatchConfig { "symptom": true, "script": ` let difficulty = "" - if (this.effect.label.includes("Modéré")) + if (this.effect.label.includes("moderat")) difficulty = "easy" - else if (this.effect.label.includes("Sévère")) + else if (this.effect.label.includes("schwerwiegend")) difficulty = "average" else difficulty = "veasy" @@ -1027,7 +1027,7 @@ export class WH4FRPatchConfig { } }, "buboes": { - label: "Bubons", + label: "Blasen", icon: "modules/wfrp4e-core/icons/diseases/disease.png", transfer: true, flags: { diff --git a/packs/aides-de-jeu-fr/000876.ldb b/packs/aides-de-jeu-fr/000876.ldb deleted file mode 100644 index aade85b..0000000 Binary files a/packs/aides-de-jeu-fr/000876.ldb and /dev/null differ diff --git a/packs/aides-de-jeu-fr/001023.log b/packs/aides-de-jeu-fr/001023.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/aides-de-jeu-fr/CURRENT b/packs/aides-de-jeu-fr/CURRENT deleted file mode 100644 index b9a0323..0000000 --- a/packs/aides-de-jeu-fr/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-001021 diff --git a/packs/aides-de-jeu-fr/LOCK b/packs/aides-de-jeu-fr/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/aides-de-jeu-fr/LOG b/packs/aides-de-jeu-fr/LOG deleted file mode 100644 index b51bdb4..0000000 --- a/packs/aides-de-jeu-fr/LOG +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:52:45.187796 7fa7ef7fe6c0 Recovering log #1019 -2025/04/30-13:52:45.197798 7fa7ef7fe6c0 Delete type=3 #1017 -2025/04/30-13:52:45.197858 7fa7ef7fe6c0 Delete type=0 #1019 -2025/04/30-13:56:20.218873 7fa7eebff6c0 Level-0 table #1024: started -2025/04/30-13:56:20.218918 7fa7eebff6c0 Level-0 table #1024: 0 bytes OK -2025/04/30-13:56:20.282295 7fa7eebff6c0 Delete type=0 #1022 -2025/04/30-13:56:20.342627 7fa7eebff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu-fr/LOG.old b/packs/aides-de-jeu-fr/LOG.old deleted file mode 100644 index 289177e..0000000 --- a/packs/aides-de-jeu-fr/LOG.old +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:37:26.958893 7fa7effff6c0 Recovering log #1015 -2025/04/30-13:37:26.969871 7fa7effff6c0 Delete type=3 #1013 -2025/04/30-13:37:26.969950 7fa7effff6c0 Delete type=0 #1015 -2025/04/30-13:52:07.580634 7fa7eebff6c0 Level-0 table #1020: started -2025/04/30-13:52:07.580657 7fa7eebff6c0 Level-0 table #1020: 0 bytes OK -2025/04/30-13:52:07.587755 7fa7eebff6c0 Delete type=0 #1018 -2025/04/30-13:52:07.594692 7fa7eebff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu-fr/MANIFEST-001021 b/packs/aides-de-jeu-fr/MANIFEST-001021 deleted file mode 100644 index dce481f..0000000 Binary files a/packs/aides-de-jeu-fr/MANIFEST-001021 and /dev/null differ diff --git a/packs/aides-de-jeu-fr/lost/000340.log b/packs/aides-de-jeu-fr/lost/000340.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/aides-de-jeu-fr/lost/000870.log b/packs/aides-de-jeu-fr/lost/000870.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/antidotes-and-remedes/000878.ldb b/packs/antidotes-and-remedes/000878.ldb deleted file mode 100644 index 9ec091d..0000000 Binary files a/packs/antidotes-and-remedes/000878.ldb and /dev/null differ diff --git a/packs/antidotes-and-remedes/001025.log b/packs/antidotes-and-remedes/001025.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/antidotes-and-remedes/CURRENT b/packs/antidotes-and-remedes/CURRENT deleted file mode 100644 index 7be8797..0000000 --- a/packs/antidotes-and-remedes/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-001023 diff --git a/packs/antidotes-and-remedes/LOCK b/packs/antidotes-and-remedes/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/antidotes-and-remedes/LOG b/packs/antidotes-and-remedes/LOG deleted file mode 100644 index 471d28b..0000000 --- a/packs/antidotes-and-remedes/LOG +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:52:45.200395 7fa7f51fa6c0 Recovering log #1021 -2025/04/30-13:52:45.211253 7fa7f51fa6c0 Delete type=3 #1019 -2025/04/30-13:52:45.211310 7fa7f51fa6c0 Delete type=0 #1021 -2025/04/30-13:56:20.182202 7fa7eebff6c0 Level-0 table #1026: started -2025/04/30-13:56:20.182230 7fa7eebff6c0 Level-0 table #1026: 0 bytes OK -2025/04/30-13:56:20.218666 7fa7eebff6c0 Delete type=0 #1024 -2025/04/30-13:56:20.342613 7fa7eebff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) diff --git a/packs/antidotes-and-remedes/LOG.old b/packs/antidotes-and-remedes/LOG.old deleted file mode 100644 index 807942e..0000000 --- a/packs/antidotes-and-remedes/LOG.old +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:37:26.975712 7fa7ef7fe6c0 Recovering log #1017 -2025/04/30-13:37:26.985626 7fa7ef7fe6c0 Delete type=3 #1015 -2025/04/30-13:37:26.985740 7fa7ef7fe6c0 Delete type=0 #1017 -2025/04/30-13:52:07.574464 7fa7eebff6c0 Level-0 table #1022: started -2025/04/30-13:52:07.574485 7fa7eebff6c0 Level-0 table #1022: 0 bytes OK -2025/04/30-13:52:07.580538 7fa7eebff6c0 Delete type=0 #1020 -2025/04/30-13:52:07.594675 7fa7eebff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) diff --git a/packs/antidotes-and-remedes/MANIFEST-001023 b/packs/antidotes-and-remedes/MANIFEST-001023 deleted file mode 100644 index dd5b933..0000000 Binary files a/packs/antidotes-and-remedes/MANIFEST-001023 and /dev/null differ diff --git a/packs/antidotes-and-remedes/lost/000341.log b/packs/antidotes-and-remedes/lost/000341.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/antidotes-and-remedes/lost/000872.log b/packs/antidotes-and-remedes/lost/000872.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/apothicarium/000876.ldb b/packs/apothicarium/000876.ldb deleted file mode 100644 index d561bda..0000000 Binary files a/packs/apothicarium/000876.ldb and /dev/null differ diff --git a/packs/apothicarium/001023.log b/packs/apothicarium/001023.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/apothicarium/CURRENT b/packs/apothicarium/CURRENT deleted file mode 100644 index b9a0323..0000000 --- a/packs/apothicarium/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-001021 diff --git a/packs/apothicarium/LOCK b/packs/apothicarium/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/apothicarium/LOG b/packs/apothicarium/LOG deleted file mode 100644 index 3951d22..0000000 --- a/packs/apothicarium/LOG +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:52:45.227283 7fa7effff6c0 Recovering log #1019 -2025/04/30-13:52:45.237098 7fa7effff6c0 Delete type=3 #1017 -2025/04/30-13:52:45.237154 7fa7effff6c0 Delete type=0 #1019 -2025/04/30-13:56:20.342763 7fa7eebff6c0 Level-0 table #1024: started -2025/04/30-13:56:20.342817 7fa7eebff6c0 Level-0 table #1024: 0 bytes OK -2025/04/30-13:56:20.379513 7fa7eebff6c0 Delete type=0 #1022 -2025/04/30-13:56:20.480242 7fa7eebff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end) diff --git a/packs/apothicarium/LOG.old b/packs/apothicarium/LOG.old deleted file mode 100644 index 714580f..0000000 --- a/packs/apothicarium/LOG.old +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:37:27.005764 7fa7f49f96c0 Recovering log #1015 -2025/04/30-13:37:27.015794 7fa7f49f96c0 Delete type=3 #1013 -2025/04/30-13:37:27.015847 7fa7f49f96c0 Delete type=0 #1015 -2025/04/30-13:52:07.594802 7fa7eebff6c0 Level-0 table #1020: started -2025/04/30-13:52:07.594841 7fa7eebff6c0 Level-0 table #1020: 0 bytes OK -2025/04/30-13:52:07.601251 7fa7eebff6c0 Delete type=0 #1018 -2025/04/30-13:52:07.626197 7fa7eebff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end) diff --git a/packs/apothicarium/MANIFEST-001021 b/packs/apothicarium/MANIFEST-001021 deleted file mode 100644 index 13d9ca4..0000000 Binary files a/packs/apothicarium/MANIFEST-001021 and /dev/null differ diff --git a/packs/apothicarium/lost/000340.log b/packs/apothicarium/lost/000340.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/apothicarium/lost/000870.log b/packs/apothicarium/lost/000870.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/dons-de-rhya/000876.ldb b/packs/dons-de-rhya/000876.ldb deleted file mode 100644 index dc78f53..0000000 Binary files a/packs/dons-de-rhya/000876.ldb and /dev/null differ diff --git a/packs/dons-de-rhya/001023.log b/packs/dons-de-rhya/001023.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/dons-de-rhya/CURRENT b/packs/dons-de-rhya/CURRENT deleted file mode 100644 index b9a0323..0000000 --- a/packs/dons-de-rhya/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-001021 diff --git a/packs/dons-de-rhya/LOCK b/packs/dons-de-rhya/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/dons-de-rhya/LOG b/packs/dons-de-rhya/LOG deleted file mode 100644 index cb59ac9..0000000 --- a/packs/dons-de-rhya/LOG +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:52:45.174262 7fa7effff6c0 Recovering log #1019 -2025/04/30-13:52:45.184972 7fa7effff6c0 Delete type=3 #1017 -2025/04/30-13:52:45.185064 7fa7effff6c0 Delete type=0 #1019 -2025/04/30-13:56:20.148218 7fa7eebff6c0 Level-0 table #1024: started -2025/04/30-13:56:20.148250 7fa7eebff6c0 Level-0 table #1024: 0 bytes OK -2025/04/30-13:56:20.182065 7fa7eebff6c0 Delete type=0 #1022 -2025/04/30-13:56:20.342592 7fa7eebff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end) diff --git a/packs/dons-de-rhya/LOG.old b/packs/dons-de-rhya/LOG.old deleted file mode 100644 index 521ac85..0000000 --- a/packs/dons-de-rhya/LOG.old +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:37:26.941947 7fa7f49f96c0 Recovering log #1015 -2025/04/30-13:37:26.953673 7fa7f49f96c0 Delete type=3 #1013 -2025/04/30-13:37:26.953812 7fa7f49f96c0 Delete type=0 #1015 -2025/04/30-13:52:07.588106 7fa7eebff6c0 Level-0 table #1020: started -2025/04/30-13:52:07.588158 7fa7eebff6c0 Level-0 table #1020: 0 bytes OK -2025/04/30-13:52:07.594496 7fa7eebff6c0 Delete type=0 #1018 -2025/04/30-13:52:07.594707 7fa7eebff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end) diff --git a/packs/dons-de-rhya/MANIFEST-001021 b/packs/dons-de-rhya/MANIFEST-001021 deleted file mode 100644 index 1e185c4..0000000 Binary files a/packs/dons-de-rhya/MANIFEST-001021 and /dev/null differ diff --git a/packs/dons-de-rhya/lost/000340.log b/packs/dons-de-rhya/lost/000340.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/dons-de-rhya/lost/000870.log b/packs/dons-de-rhya/lost/000870.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/drogues-and-sedatifs/000005.ldb b/packs/drogues-and-sedatifs/000005.ldb deleted file mode 100644 index ce0a19e..0000000 Binary files a/packs/drogues-and-sedatifs/000005.ldb and /dev/null differ diff --git a/packs/drogues-and-sedatifs/000270.log b/packs/drogues-and-sedatifs/000270.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/drogues-and-sedatifs/CURRENT b/packs/drogues-and-sedatifs/CURRENT deleted file mode 100644 index df84f3d..0000000 --- a/packs/drogues-and-sedatifs/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-000268 diff --git a/packs/drogues-and-sedatifs/LOCK b/packs/drogues-and-sedatifs/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/drogues-and-sedatifs/LOG b/packs/drogues-and-sedatifs/LOG deleted file mode 100644 index be966a2..0000000 --- a/packs/drogues-and-sedatifs/LOG +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-20:44:40.570183 7f5807fff6c0 Recovering log #266 -2023/10/01-20:44:40.632484 7f5807fff6c0 Delete type=3 #264 -2023/10/01-20:44:40.632822 7f5807fff6c0 Delete type=0 #266 -2023/10/01-20:59:02.099129 7f58067fc6c0 Level-0 table #271: started -2023/10/01-20:59:02.099170 7f58067fc6c0 Level-0 table #271: 0 bytes OK -2023/10/01-20:59:02.106069 7f58067fc6c0 Delete type=0 #269 -2023/10/01-20:59:02.112689 7f58067fc6c0 Manual compaction at level-0 from '!items!0LoyZMCXQNdFa2eX' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) -2023/10/01-20:59:02.112752 7f58067fc6c0 Manual compaction at level-1 from '!items!0LoyZMCXQNdFa2eX' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) diff --git a/packs/drogues-and-sedatifs/LOG.old b/packs/drogues-and-sedatifs/LOG.old deleted file mode 100644 index 052f720..0000000 --- a/packs/drogues-and-sedatifs/LOG.old +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-18:43:22.727478 7f5807fff6c0 Recovering log #262 -2023/10/01-18:43:22.785389 7f5807fff6c0 Delete type=3 #260 -2023/10/01-18:43:22.785534 7f5807fff6c0 Delete type=0 #262 -2023/10/01-18:47:48.446951 7f58067fc6c0 Level-0 table #267: started -2023/10/01-18:47:48.447052 7f58067fc6c0 Level-0 table #267: 0 bytes OK -2023/10/01-18:47:48.485936 7f58067fc6c0 Delete type=0 #265 -2023/10/01-18:47:48.524251 7f58067fc6c0 Manual compaction at level-0 from '!items!0LoyZMCXQNdFa2eX' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) -2023/10/01-18:47:48.524330 7f58067fc6c0 Manual compaction at level-1 from '!items!0LoyZMCXQNdFa2eX' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) diff --git a/packs/drogues-and-sedatifs/MANIFEST-000268 b/packs/drogues-and-sedatifs/MANIFEST-000268 deleted file mode 100644 index ce5079f..0000000 Binary files a/packs/drogues-and-sedatifs/MANIFEST-000268 and /dev/null differ diff --git a/packs/pansements-and-cataplasmes/000005.ldb b/packs/pansements-and-cataplasmes/000005.ldb deleted file mode 100644 index 89a3cfa..0000000 Binary files a/packs/pansements-and-cataplasmes/000005.ldb and /dev/null differ diff --git a/packs/pansements-and-cataplasmes/000270.log b/packs/pansements-and-cataplasmes/000270.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/pansements-and-cataplasmes/CURRENT b/packs/pansements-and-cataplasmes/CURRENT deleted file mode 100644 index df84f3d..0000000 --- a/packs/pansements-and-cataplasmes/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-000268 diff --git a/packs/pansements-and-cataplasmes/LOCK b/packs/pansements-and-cataplasmes/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/pansements-and-cataplasmes/LOG b/packs/pansements-and-cataplasmes/LOG deleted file mode 100644 index 21aca17..0000000 --- a/packs/pansements-and-cataplasmes/LOG +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-20:44:40.636180 7f5a9cdff6c0 Recovering log #266 -2023/10/01-20:44:40.697598 7f5a9cdff6c0 Delete type=3 #264 -2023/10/01-20:44:40.697748 7f5a9cdff6c0 Delete type=0 #266 -2023/10/01-20:59:02.084751 7f58067fc6c0 Level-0 table #271: started -2023/10/01-20:59:02.084857 7f58067fc6c0 Level-0 table #271: 0 bytes OK -2023/10/01-20:59:02.091434 7f58067fc6c0 Delete type=0 #269 -2023/10/01-20:59:02.112649 7f58067fc6c0 Manual compaction at level-0 from '!items!25lWFfePrPzoL9qs' @ 72057594037927935 : 1 .. '!items!t9Z8fy9D9bcgBzj0' @ 0 : 0; will stop at (end) -2023/10/01-20:59:02.112721 7f58067fc6c0 Manual compaction at level-1 from '!items!25lWFfePrPzoL9qs' @ 72057594037927935 : 1 .. '!items!t9Z8fy9D9bcgBzj0' @ 0 : 0; will stop at (end) diff --git a/packs/pansements-and-cataplasmes/LOG.old b/packs/pansements-and-cataplasmes/LOG.old deleted file mode 100644 index a2370d7..0000000 --- a/packs/pansements-and-cataplasmes/LOG.old +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-18:43:22.793152 7f5806ffd6c0 Recovering log #262 -2023/10/01-18:43:22.857219 7f5806ffd6c0 Delete type=3 #260 -2023/10/01-18:43:22.857359 7f5806ffd6c0 Delete type=0 #262 -2023/10/01-18:47:48.340716 7f58067fc6c0 Level-0 table #267: started -2023/10/01-18:47:48.340770 7f58067fc6c0 Level-0 table #267: 0 bytes OK -2023/10/01-18:47:48.376145 7f58067fc6c0 Delete type=0 #265 -2023/10/01-18:47:48.376399 7f58067fc6c0 Manual compaction at level-0 from '!items!25lWFfePrPzoL9qs' @ 72057594037927935 : 1 .. '!items!t9Z8fy9D9bcgBzj0' @ 0 : 0; will stop at (end) -2023/10/01-18:47:48.376460 7f58067fc6c0 Manual compaction at level-1 from '!items!25lWFfePrPzoL9qs' @ 72057594037927935 : 1 .. '!items!t9Z8fy9D9bcgBzj0' @ 0 : 0; will stop at (end) diff --git a/packs/pansements-and-cataplasmes/MANIFEST-000268 b/packs/pansements-and-cataplasmes/MANIFEST-000268 deleted file mode 100644 index 22df8f3..0000000 Binary files a/packs/pansements-and-cataplasmes/MANIFEST-000268 and /dev/null differ diff --git a/packs/plats-dauberges/000876.ldb b/packs/plats-dauberges/000876.ldb deleted file mode 100644 index 9dc5f06..0000000 Binary files a/packs/plats-dauberges/000876.ldb and /dev/null differ diff --git a/packs/plats-dauberges/001023.log b/packs/plats-dauberges/001023.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/plats-dauberges/CURRENT b/packs/plats-dauberges/CURRENT deleted file mode 100644 index b9a0323..0000000 --- a/packs/plats-dauberges/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-001021 diff --git a/packs/plats-dauberges/LOCK b/packs/plats-dauberges/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/plats-dauberges/LOG b/packs/plats-dauberges/LOG deleted file mode 100644 index 8595387..0000000 --- a/packs/plats-dauberges/LOG +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:52:45.160945 7fa7f49f96c0 Recovering log #1019 -2025/04/30-13:52:45.171175 7fa7f49f96c0 Delete type=3 #1017 -2025/04/30-13:52:45.171232 7fa7f49f96c0 Delete type=0 #1019 -2025/04/30-13:56:20.120362 7fa7eebff6c0 Level-0 table #1024: started -2025/04/30-13:56:20.120403 7fa7eebff6c0 Level-0 table #1024: 0 bytes OK -2025/04/30-13:56:20.147577 7fa7eebff6c0 Delete type=0 #1022 -2025/04/30-13:56:20.148002 7fa7eebff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end) diff --git a/packs/plats-dauberges/LOG.old b/packs/plats-dauberges/LOG.old deleted file mode 100644 index 8e54a75..0000000 --- a/packs/plats-dauberges/LOG.old +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:37:26.927965 7fa7f51fa6c0 Recovering log #1015 -2025/04/30-13:37:26.937687 7fa7f51fa6c0 Delete type=3 #1013 -2025/04/30-13:37:26.937822 7fa7f51fa6c0 Delete type=0 #1015 -2025/04/30-13:52:07.553657 7fa7eebff6c0 Level-0 table #1020: started -2025/04/30-13:52:07.553704 7fa7eebff6c0 Level-0 table #1020: 0 bytes OK -2025/04/30-13:52:07.560415 7fa7eebff6c0 Delete type=0 #1018 -2025/04/30-13:52:07.567607 7fa7eebff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end) diff --git a/packs/plats-dauberges/MANIFEST-001021 b/packs/plats-dauberges/MANIFEST-001021 deleted file mode 100644 index ccdcdfd..0000000 Binary files a/packs/plats-dauberges/MANIFEST-001021 and /dev/null differ diff --git a/packs/plats-dauberges/lost/000340.log b/packs/plats-dauberges/lost/000340.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/plats-dauberges/lost/000870.log b/packs/plats-dauberges/lost/000870.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/poisons-and-toxiques/000005.ldb b/packs/poisons-and-toxiques/000005.ldb deleted file mode 100644 index 998b2f1..0000000 Binary files a/packs/poisons-and-toxiques/000005.ldb and /dev/null differ diff --git a/packs/poisons-and-toxiques/000270.log b/packs/poisons-and-toxiques/000270.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/poisons-and-toxiques/CURRENT b/packs/poisons-and-toxiques/CURRENT deleted file mode 100644 index df84f3d..0000000 --- a/packs/poisons-and-toxiques/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-000268 diff --git a/packs/poisons-and-toxiques/LOCK b/packs/poisons-and-toxiques/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/poisons-and-toxiques/LOG b/packs/poisons-and-toxiques/LOG deleted file mode 100644 index dfda5f1..0000000 --- a/packs/poisons-and-toxiques/LOG +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-20:44:40.701549 7f5806ffd6c0 Recovering log #266 -2023/10/01-20:44:40.764544 7f5806ffd6c0 Delete type=3 #264 -2023/10/01-20:44:40.764684 7f5806ffd6c0 Delete type=0 #266 -2023/10/01-20:59:02.106210 7f58067fc6c0 Level-0 table #271: started -2023/10/01-20:59:02.106249 7f58067fc6c0 Level-0 table #271: 0 bytes OK -2023/10/01-20:59:02.112490 7f58067fc6c0 Delete type=0 #269 -2023/10/01-20:59:02.112706 7f58067fc6c0 Manual compaction at level-0 from '!items!7NSF4hTW0QUkYCnZ' @ 72057594037927935 : 1 .. '!items!xobXk8u7SVQ49eP8' @ 0 : 0; will stop at (end) -2023/10/01-20:59:02.112767 7f58067fc6c0 Manual compaction at level-1 from '!items!7NSF4hTW0QUkYCnZ' @ 72057594037927935 : 1 .. '!items!xobXk8u7SVQ49eP8' @ 0 : 0; will stop at (end) diff --git a/packs/poisons-and-toxiques/LOG.old b/packs/poisons-and-toxiques/LOG.old deleted file mode 100644 index 84c466f..0000000 --- a/packs/poisons-and-toxiques/LOG.old +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-18:43:22.865435 7f58077fe6c0 Recovering log #262 -2023/10/01-18:43:22.924289 7f58077fe6c0 Delete type=3 #260 -2023/10/01-18:43:22.924448 7f58077fe6c0 Delete type=0 #262 -2023/10/01-18:47:48.407565 7f58067fc6c0 Level-0 table #267: started -2023/10/01-18:47:48.407608 7f58067fc6c0 Level-0 table #267: 0 bytes OK -2023/10/01-18:47:48.446683 7f58067fc6c0 Delete type=0 #265 -2023/10/01-18:47:48.524233 7f58067fc6c0 Manual compaction at level-0 from '!items!7NSF4hTW0QUkYCnZ' @ 72057594037927935 : 1 .. '!items!xobXk8u7SVQ49eP8' @ 0 : 0; will stop at (end) -2023/10/01-18:47:48.524299 7f58067fc6c0 Manual compaction at level-1 from '!items!7NSF4hTW0QUkYCnZ' @ 72057594037927935 : 1 .. '!items!xobXk8u7SVQ49eP8' @ 0 : 0; will stop at (end) diff --git a/packs/poisons-and-toxiques/MANIFEST-000268 b/packs/poisons-and-toxiques/MANIFEST-000268 deleted file mode 100644 index a76259a..0000000 Binary files a/packs/poisons-and-toxiques/MANIFEST-000268 and /dev/null differ diff --git a/packs/potions-and-decoctions/000005.ldb b/packs/potions-and-decoctions/000005.ldb deleted file mode 100644 index d5fd893..0000000 Binary files a/packs/potions-and-decoctions/000005.ldb and /dev/null differ diff --git a/packs/potions-and-decoctions/000270.log b/packs/potions-and-decoctions/000270.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/potions-and-decoctions/CURRENT b/packs/potions-and-decoctions/CURRENT deleted file mode 100644 index df84f3d..0000000 --- a/packs/potions-and-decoctions/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-000268 diff --git a/packs/potions-and-decoctions/LOCK b/packs/potions-and-decoctions/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/potions-and-decoctions/LOG b/packs/potions-and-decoctions/LOG deleted file mode 100644 index 7d0ff74..0000000 --- a/packs/potions-and-decoctions/LOG +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-20:44:40.768234 7f58077fe6c0 Recovering log #266 -2023/10/01-20:44:40.821657 7f58077fe6c0 Delete type=3 #264 -2023/10/01-20:44:40.821800 7f58077fe6c0 Delete type=0 #266 -2023/10/01-20:59:02.112885 7f58067fc6c0 Level-0 table #271: started -2023/10/01-20:59:02.112924 7f58067fc6c0 Level-0 table #271: 0 bytes OK -2023/10/01-20:59:02.119967 7f58067fc6c0 Delete type=0 #269 -2023/10/01-20:59:02.147587 7f58067fc6c0 Manual compaction at level-0 from '!items!0iQg3XJmxAAbFief' @ 72057594037927935 : 1 .. '!items!uwcMzO6u0rnhqLdf' @ 0 : 0; will stop at (end) -2023/10/01-20:59:02.147752 7f58067fc6c0 Manual compaction at level-1 from '!items!0iQg3XJmxAAbFief' @ 72057594037927935 : 1 .. '!items!uwcMzO6u0rnhqLdf' @ 0 : 0; will stop at (end) diff --git a/packs/potions-and-decoctions/LOG.old b/packs/potions-and-decoctions/LOG.old deleted file mode 100644 index 9689edc..0000000 --- a/packs/potions-and-decoctions/LOG.old +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-18:43:22.932395 7f5a9cdff6c0 Recovering log #262 -2023/10/01-18:43:22.998115 7f5a9cdff6c0 Delete type=3 #260 -2023/10/01-18:43:22.998245 7f5a9cdff6c0 Delete type=0 #262 -2023/10/01-18:47:48.376668 7f58067fc6c0 Level-0 table #267: started -2023/10/01-18:47:48.376711 7f58067fc6c0 Level-0 table #267: 0 bytes OK -2023/10/01-18:47:48.407379 7f58067fc6c0 Delete type=0 #265 -2023/10/01-18:47:48.524212 7f58067fc6c0 Manual compaction at level-0 from '!items!0iQg3XJmxAAbFief' @ 72057594037927935 : 1 .. '!items!uwcMzO6u0rnhqLdf' @ 0 : 0; will stop at (end) -2023/10/01-18:47:48.524283 7f58067fc6c0 Manual compaction at level-1 from '!items!0iQg3XJmxAAbFief' @ 72057594037927935 : 1 .. '!items!uwcMzO6u0rnhqLdf' @ 0 : 0; will stop at (end) diff --git a/packs/potions-and-decoctions/MANIFEST-000268 b/packs/potions-and-decoctions/MANIFEST-000268 deleted file mode 100644 index 8f33c22..0000000 Binary files a/packs/potions-and-decoctions/MANIFEST-000268 and /dev/null differ diff --git a/packs/sort-fr/000005.ldb b/packs/sort-fr/000005.ldb deleted file mode 100644 index 52360c6..0000000 Binary files a/packs/sort-fr/000005.ldb and /dev/null differ diff --git a/packs/sort-fr/000274.log b/packs/sort-fr/000274.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/sort-fr/CURRENT b/packs/sort-fr/CURRENT deleted file mode 100644 index d9f5a7d..0000000 --- a/packs/sort-fr/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-000272 diff --git a/packs/sort-fr/LOCK b/packs/sort-fr/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/sort-fr/LOG b/packs/sort-fr/LOG deleted file mode 100644 index db93d2c..0000000 --- a/packs/sort-fr/LOG +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-20:59:53.930690 7f5a9cdff6c0 Recovering log #270 -2023/10/01-20:59:53.941737 7f5a9cdff6c0 Delete type=3 #268 -2023/10/01-20:59:53.942093 7f5a9cdff6c0 Delete type=0 #270 -2023/10/01-21:01:43.214418 7f58067fc6c0 Level-0 table #275: started -2023/10/01-21:01:43.214458 7f58067fc6c0 Level-0 table #275: 0 bytes OK -2023/10/01-21:01:43.221508 7f58067fc6c0 Delete type=0 #273 -2023/10/01-21:01:43.236081 7f58067fc6c0 Manual compaction at level-0 from '!items!2NuLGbLlyHPck2Je' @ 72057594037927935 : 1 .. '!items.effects!VexogjUDXdGAHWmN.kNTwaivtonPJpdY6' @ 0 : 0; will stop at (end) -2023/10/01-21:01:43.236146 7f58067fc6c0 Manual compaction at level-1 from '!items!2NuLGbLlyHPck2Je' @ 72057594037927935 : 1 .. '!items.effects!VexogjUDXdGAHWmN.kNTwaivtonPJpdY6' @ 0 : 0; will stop at (end) diff --git a/packs/sort-fr/LOG.old b/packs/sort-fr/LOG.old deleted file mode 100644 index a1e933e..0000000 --- a/packs/sort-fr/LOG.old +++ /dev/null @@ -1,8 +0,0 @@ -2023/10/01-20:44:40.439485 7f58077fe6c0 Recovering log #266 -2023/10/01-20:44:40.500106 7f58077fe6c0 Delete type=3 #264 -2023/10/01-20:44:40.500261 7f58077fe6c0 Delete type=0 #266 -2023/10/01-20:59:02.063156 7f58067fc6c0 Level-0 table #271: started -2023/10/01-20:59:02.063229 7f58067fc6c0 Level-0 table #271: 0 bytes OK -2023/10/01-20:59:02.069747 7f58067fc6c0 Delete type=0 #269 -2023/10/01-20:59:02.084232 7f58067fc6c0 Manual compaction at level-0 from '!items!2NuLGbLlyHPck2Je' @ 72057594037927935 : 1 .. '!items.effects!VexogjUDXdGAHWmN.kNTwaivtonPJpdY6' @ 0 : 0; will stop at (end) -2023/10/01-20:59:02.084332 7f58067fc6c0 Manual compaction at level-1 from '!items!2NuLGbLlyHPck2Je' @ 72057594037927935 : 1 .. '!items.effects!VexogjUDXdGAHWmN.kNTwaivtonPJpdY6' @ 0 : 0; will stop at (end) diff --git a/packs/sort-fr/MANIFEST-000272 b/packs/sort-fr/MANIFEST-000272 deleted file mode 100644 index c2c2692..0000000 Binary files a/packs/sort-fr/MANIFEST-000272 and /dev/null differ diff --git a/packs/tables-des-traductions/000519.ldb b/packs/tables-des-traductions/000519.ldb deleted file mode 100644 index 4b225a8..0000000 Binary files a/packs/tables-des-traductions/000519.ldb and /dev/null differ diff --git a/packs/tables-des-traductions/000666.log b/packs/tables-des-traductions/000666.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/tables-des-traductions/CURRENT b/packs/tables-des-traductions/CURRENT deleted file mode 100644 index f43f56b..0000000 --- a/packs/tables-des-traductions/CURRENT +++ /dev/null @@ -1 +0,0 @@ -MANIFEST-000664 diff --git a/packs/tables-des-traductions/LOCK b/packs/tables-des-traductions/LOCK deleted file mode 100644 index e69de29..0000000 diff --git a/packs/tables-des-traductions/LOG b/packs/tables-des-traductions/LOG deleted file mode 100644 index 8b77465..0000000 --- a/packs/tables-des-traductions/LOG +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:52:45.213806 7fa7f49f96c0 Recovering log #662 -2025/04/30-13:52:45.224527 7fa7f49f96c0 Delete type=3 #660 -2025/04/30-13:52:45.224674 7fa7f49f96c0 Delete type=0 #662 -2025/04/30-13:56:20.282496 7fa7eebff6c0 Level-0 table #667: started -2025/04/30-13:56:20.282547 7fa7eebff6c0 Level-0 table #667: 0 bytes OK -2025/04/30-13:56:20.342420 7fa7eebff6c0 Delete type=0 #665 -2025/04/30-13:56:20.342640 7fa7eebff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end) diff --git a/packs/tables-des-traductions/LOG.old b/packs/tables-des-traductions/LOG.old deleted file mode 100644 index 9f5219c..0000000 --- a/packs/tables-des-traductions/LOG.old +++ /dev/null @@ -1,7 +0,0 @@ -2025/04/30-13:37:26.989605 7fa7f51fa6c0 Recovering log #658 -2025/04/30-13:37:26.999911 7fa7f51fa6c0 Delete type=3 #656 -2025/04/30-13:37:26.999964 7fa7f51fa6c0 Delete type=0 #658 -2025/04/30-13:52:07.567820 7fa7eebff6c0 Level-0 table #663: started -2025/04/30-13:52:07.567845 7fa7eebff6c0 Level-0 table #663: 0 bytes OK -2025/04/30-13:52:07.574391 7fa7eebff6c0 Delete type=0 #661 -2025/04/30-13:52:07.594654 7fa7eebff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end) diff --git a/packs/tables-des-traductions/MANIFEST-000664 b/packs/tables-des-traductions/MANIFEST-000664 deleted file mode 100644 index 39a8cab..0000000 Binary files a/packs/tables-des-traductions/MANIFEST-000664 and /dev/null differ diff --git a/packs/tables-des-traductions/lost/000513.log b/packs/tables-des-traductions/lost/000513.log deleted file mode 100644 index e69de29..0000000 diff --git a/tools/foundry_wh4_bestiary_french.lua b/tools/foundry_wh4_bestiary_french.lua index 32616c7..6cad013 100644 --- a/tools/foundry_wh4_bestiary_french.lua +++ b/tools/foundry_wh4_bestiary_french.lua @@ -21,22 +21,22 @@ local function trim1(s) return (s:gsub("^%s*(.-)%s*$", "%1")) end -local SIZE2FR = { Size = "Taille", - Tiny = "Minuscule", - Little = "Très petite", - Small = "Petit", - Average = "Moyenne", - Large = "Grande", - Enormous = "Enorme", - Monstrous = "Monstrueuse", - Difficulty = "Difficulté", - Everything = "Tout", - Moderate= "Modéré", - Major= "Majeur", - Minor= "Mineur", - Greenskins= "Peaux vertes", - Challenging= "Intermédiaire", - Elves = "Elfes", +local SIZE2FR = { Size = "Größe", + Tiny = "Winzig", + Little = "Sehr klein", + Small = "Zierlich", + Average = "Durchschnittlich", + Large = "Groß", + Enormous = "Enorm", + Monstrous = "Monströs", + Difficulty = "Schwierigkeitsgrad", + Everything = "Alles", + Moderate= "Moderat", + Major= "Schwer", + Minor= "Leicht", + Greenskins= "Grünhäute", + Challenging= "Heruasfordernd", + Elves = "Elfen", } local table diff --git a/tools/foundry_wh4_fill_talents.lua b/tools/foundry_wh4_fill_talents.lua index 7d54149..f3d083c 100644 --- a/tools/foundry_wh4_fill_talents.lua +++ b/tools/foundry_wh4_fill_talents.lua @@ -3,7 +3,7 @@ package.path = package.path .. ";luajson/?.lua" local JSON = require"json" --local talent_db = "../../WFRP4e-FoundryVTT/packs/talents.db" -local talent_db ='/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core/packs/talents.db' +local talent_db ='../../wfrp4e-core/packs/talents.db' local talent = "../compendium/wfrp4e-core.talents.json" local f1 = io.open(talent_db) @@ -30,8 +30,8 @@ while line do print("Found effect at : ", db_talent.name, mytalent.name, effect.label ) mytalent.effects['label'..i-1] = mytalent.name elseif effect.label == 'Opposed Bonus' then - print("Test opposé !", effect.label) - mytalent.effects['label'..i-1] = 'Bonus au Tests Opposés' + print("Vergelichender Wurf", effect.label) + mytalent.effects['label'..i-1] = 'Bonus auf vergleichenden Wurf' else mytalent.effects['label'..i-1] = effect.name print("Unknow effect : ", effect.label) diff --git a/tools/import-herbs.lua b/tools/import-herbs.lua index 784694d..363783f 100644 --- a/tools/import-herbs.lua +++ b/tools/import-herbs.lua @@ -1,634 +1,634 @@ local JSONDEC = [[ [ { - "Plante": "Pomme", - "Rareté": "Commun", - "Milieu": "Terre agricole", - "Affinité": "Bête (Ghur)" + "Pflanze": "Pomme", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Terre agricole", + "Affinität": "Bête (Ghur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Forêt", - "Affinité": "Bête (Ghur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Wald", + "Affinität": "Bête (Ghur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Bête (Ghur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Haricot noir", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Bête (Ghur)" + "Pflanze": "Haricot noir", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Coriandre", - "Rareté": "Rare", - "Milieu": "Prairie", - "Affinité": "Bête (Ghur)" + "Pflanze": "Coriandre", + "Verfügbarkeit": "Rare", + "Umgebung": "Prairie", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Vêture de Renard", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Bête (Ghur)" + "Pflanze": "Vêture de Renard", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Iris", - "Rareté": "Commun", - "Milieu": "Marais", - "Affinité": "Bête (Ghur)" + "Pflanze": "Iris", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Marais", + "Affinität": "Bête (Ghur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Bête (Ghur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Laurier", - "Rareté": "Limité", - "Milieu": "Forêt", - "Affinité": "Bête (Ghur)" + "Pflanze": "Laurier", + "Verfügbarkeit": "Limité", + "Umgebung": "Wald", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Roquette", - "Rareté": "Commun", - "Milieu": "Tourbière", - "Affinité": "Bête (Ghur)" + "Pflanze": "Roquette", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Tourbière", + "Affinität": "Bête (Ghur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Bête (Ghur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Romarin", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Bête (Ghur)" + "Pflanze": "Romarin", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Bête (Ghur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Bête (Ghur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Bête (Ghur)" }, { - "Plante": "Câpre", - "Rareté": "Commun", - "Milieu": "Marais", - "Affinité": "Mort (Shyish)" + "Pflanze": "Câpre", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Marais", + "Affinität": "Mort (Shyish)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Mort (Shyish)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Ciboulette", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Mort (Shyish)" + "Pflanze": "Ciboulette", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Mort (Shyish)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "prairie", - "Affinité": "Mort (Shyish)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "prairie", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Cigüe aquatique", - "Rareté": "Limité", - "Milieu": "Aquatique", - "Affinité": "Mort (Shyish)" + "Pflanze": "Cigüe aquatique", + "Verfügbarkeit": "Limité", + "Umgebung": "Aquatique", + "Affinität": "Mort (Shyish)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Marais", - "Affinité": "Mort (Shyish)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Marais", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Primevère officinale", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Mort (Shyish)" + "Pflanze": "Primevère officinale", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Mort (Shyish)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Mort (Shyish)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Belladone", - "Rareté": "Limité", - "Milieu": "Forêt", - "Affinité": "Mort (Shyish)" + "Pflanze": "Belladone", + "Verfügbarkeit": "Limité", + "Umgebung": "Wald", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Armoise", - "Rareté": "Rare", - "Milieu": "Obscurité", - "Affinité": "Mort (Shyish)" + "Pflanze": "Armoise", + "Verfügbarkeit": "Rare", + "Umgebung": "Obscurité", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Rose", - "Rareté": "Limité", - "Milieu": "Forêt", - "Affinité": "Mort (Shyish)" + "Pflanze": "Rose", + "Verfügbarkeit": "Limité", + "Umgebung": "Wald", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Rose de Morr", - "Rareté": "Rare", - "Milieu": "Jardin de Morr", - "Affinité": "Mort (Shyish)" + "Pflanze": "Rose de Morr", + "Verfügbarkeit": "Rare", + "Umgebung": "Jardin de Morr", + "Affinität": "Mort (Shyish)" }, { - "Plante": "Aulne", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Aulne", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Orge", - "Rareté": "Commun", - "Milieu": "Terre agricole", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Orge", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Terre agricole", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Consoude officinale", - "Rareté": "Rare", - "Milieu": "Désert", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Consoude officinale", + "Verfügbarkeit": "Rare", + "Umgebung": "Wüste", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Houblon", - "Rareté": "Commun", - "Milieu": "Terre agricole", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Houblon", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Terre agricole", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Forêt", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Wald", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Lys", - "Rareté": "Limité", - "Milieu": "Aquatique", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Lys", + "Verfügbarkeit": "Limité", + "Umgebung": "Aquatique", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Marais", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Marais", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Livège", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Livège", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Mauve", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Mauve", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Valériane officinale", - "Rareté": "Limité", - "Milieu": "Lande", - "Affinité": "Feu (Aqshy)" + "Pflanze": "Valériane officinale", + "Verfügbarkeit": "Limité", + "Umgebung": "Heide", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Montagnes", - "Affinité": "Feu (Aqshy)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Montagnes", + "Affinität": "Feu (Aqshy)" }, { - "Plante": "Saxifraga", - "Rareté": "Limité", - "Milieu": "Aquatique", - "Affinité": "Cieux (Azur)" + "Pflanze": "Saxifraga", + "Verfügbarkeit": "Limité", + "Umgebung": "Aquatique", + "Affinität": "Cieux (Azur)" }, { - "Plante": "Chervile", - "Rareté": "Rare", - "Milieu": "Désert", - "Affinité": "Cieux (Azur)" + "Pflanze": "Chervile", + "Verfügbarkeit": "Rare", + "Umgebung": "Wüste", + "Affinität": "Cieux (Azur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Cieux (Azur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Cieux (Azur)" }, { - "Plante": "Aneth", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Cieux (Azur)" + "Pflanze": "Aneth", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Cieux (Azur)" }, { - "Plante": "Scille", - "Rareté": "Commun", - "Milieu": "Montagnes", - "Affinité": "Cieux (Azur)" + "Pflanze": "Scille", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Montagnes", + "Affinität": "Cieux (Azur)" }, { - "Plante": "Marjolaine", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Cieux (Azur)" + "Pflanze": "Marjolaine", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Cieux (Azur)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Cieux (Azur)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Cieux (Azur)" }, { - "Plante": "Basilic", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Métal (Chamon)" + "Pflanze": "Basilic", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Montagnes", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Montagnes", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Camomille", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Métal (Chamon)" + "Pflanze": "Camomille", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Cyprès", - "Rareté": "Commun", - "Milieu": "Collines", - "Affinité": "Métal (Chamon)" + "Pflanze": "Cyprès", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Collines", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Gingembre", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Métal (Chamon)" + "Pflanze": "Gingembre", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Menthe", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Métal (Chamon)" + "Pflanze": "Menthe", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Collines", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Collines", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Chêne", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Métal (Chamon)" + "Pflanze": "Chêne", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Safran", - "Rareté": "Exotique", - "Milieu": "Prairie", - "Affinité": "Métal (Chamon)" + "Pflanze": "Safran", + "Verfügbarkeit": "Exotique", + "Umgebung": "Prairie", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Achillée millefeuille", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Métal (Chamon)" + "Pflanze": "Achillée millefeuille", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Métal (Chamon)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Métal (Chamon)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Métal (Chamon)" }, { - "Plante": "Anis", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Anis", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Arnica", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Arnica", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Centaurium", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Centaurium", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Stellaire intermédiaire", - "Rareté": "Commun", - "Milieu": "Marais", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Stellaire intermédiaire", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Marais", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Tussilage", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Tussilage", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Vie (Ghyran)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Molène Thapsus", - "Rareté": "Commun", - "Milieu": "Montagnes", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Molène Thapsus", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Montagnes", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Noisetier", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Noisetier", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Millepertuis perforé", - "Rareté": "Commun", - "Milieu": "Marais", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Millepertuis perforé", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Marais", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Obscurité", - "Affinité": "Vie (Ghyran)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Obscurité", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Souci officinal", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Souci officinal", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Ortie", - "Rareté": "Commun", - "Milieu": "Tous", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Ortie", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Tous", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Coquelicot", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Coquelicot", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Sauge", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Sauge", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Oseille", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Oseille", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Thym", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Thym", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Vie (Ghyran)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Sève d'arbre", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Vie (Ghyran)" + "Pflanze": "Sève d'arbre", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Vie (Ghyran)" }, { - "Plante": "Angélique officinale", - "Rareté": "Limité", - "Milieu": "Herbacée", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Angélique officinale", + "Verfügbarkeit": "Limité", + "Umgebung": "Herbacée", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Pétasite", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Pétasite", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Lumière (Hysh)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Aunée", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Aunée", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Fenouil", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Fenouil", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Lumière (Hysh)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Ail", - "Rareté": "Limité", - "Milieu": "Forêt", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Ail", + "Verfügbarkeit": "Limité", + "Umgebung": "Wald", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Lumière (Hysh)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Genevrier", - "Rareté": "Commun", - "Milieu": "Prairie", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Genevrier", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Prairie", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Lumière (Hysh)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Saponaire officinal", - "Rareté": "Commun", - "Milieu": "Marais", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Saponaire officinal", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Marais", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Aurone", - "Rareté": "Rare", - "Milieu": "Forêt", - "Affinité": "Lumière (Hysh)" + "Pflanze": "Aurone", + "Verfügbarkeit": "Rare", + "Umgebung": "Wald", + "Affinität": "Lumière (Hysh)" }, { - "Plante": "Chardon béni", - "Rareté": "Rare", - "Milieu": "prairie", - "Affinité": "Ombre (Uglu)" + "Pflanze": "Chardon béni", + "Verfügbarkeit": "Rare", + "Umgebung": "prairie", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Ombre (Uglu)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "Digitale pourpre", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Ombre (Uglu)" + "Pflanze": "Digitale pourpre", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Ombre (Uglu)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "Jusquiame", - "Rareté": "Rare", - "Milieu": "Forêt", - "Affinité": "Ombre (Uglu)" + "Pflanze": "Jusquiame", + "Verfügbarkeit": "Rare", + "Umgebung": "Wald", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "Mélisse", - "Rareté": "Exotique", - "Milieu": "Montagnes", - "Affinité": "Ombre (Uglu)" + "Pflanze": "Mélisse", + "Verfügbarkeit": "Exotique", + "Umgebung": "Montagnes", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "Noix de Muscade", - "Rareté": "Rare", - "Milieu": "Désert", - "Affinité": "Ombre (Uglu)" + "Pflanze": "Noix de Muscade", + "Verfügbarkeit": "Rare", + "Umgebung": "Wüste", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Prairie", - "Affinité": "Ombre (Uglu)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Prairie", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "", - "Rareté": "", - "Milieu": "Lande", - "Affinité": "Ombre (Uglu)" + "Pflanze": "", + "Verfügbarkeit": "", + "Umgebung": "Heide", + "Affinität": "Ombre (Uglu)" }, { - "Plante": "Saule Blanc", - "Rareté": "Commun", - "Milieu": "Forêt", - "Affinité": "Ombre (Uglu)" + "Pflanze": "Saule Blanc", + "Verfügbarkeit": "Verbreitet", + "Umgebung": "Wald", + "Affinität": "Ombre (Uglu)" } ] ]] @@ -640,21 +640,21 @@ local herbOut = {} local herbsIn = JSON.decode(JSONDEC) for idx, herb in pairs(herbsIn) do - local rec = { type = "plante" } - if herb.Plante == "" then + local rec = { type = "Pflanze" } + if herb.Pflanze == "" then local rec = herbOut[#herbOut] - rec.milieu[#rec.milieu+1] = string.lower(herb.Milieu) + rec.Umgebung[#rec.Umgebung+1] = string.lower(herb.Umgebung) else for key, data in pairs(herb) do local key = string.lower(key) - if key == "plante" then + if key == "Pflanze" then rec.name = data - elseif key == "affinité" then + elseif key == "Affinität" then rec.affinite = data - elseif key == "rareté" then + elseif key == "Verfügbarkeit" then rec.rarete = data else - if key == "milieu" then + if key == "Umgebung" then if not rec[key] then rec[key] = {} end diff --git a/tools/parse_template_for_localization.lua b/tools/parse_template_for_localization.lua index d48445c..c1bba00 100644 --- a/tools/parse_template_for_localization.lua +++ b/tools/parse_template_for_localization.lua @@ -3,15 +3,14 @@ local JSON = require"json" local lfs = require"lfs" local pathTab = { - "../../WFRP4e-FoundryVTT/", - "/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core", - "/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-eis", - "/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-rnhd", - "/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-dotr" + "../../wfrp4e-core", + "../../wfrp4e-eis", + "../../wfrp4e-rnhd", + "../../wfrp4e-dotr" } -local frjsonf = "../fr.json" -fp = io.open(frjsonf, "r") +local dejsonf = "../fr.json" +fp = io.open(dejsonf, "r") local frtags = JSON.decode( fp:read("*a") ) fp:close()