Compare commits
10 Commits
bol-v12.1.
...
v13
Author | SHA1 | Date | |
---|---|---|---|
8ae193dc34 | |||
3904f595b5 | |||
1bf21fae7f | |||
22579c21bc | |||
50c5c31e7b | |||
a8c05cd4de | |||
e1cea78059 | |||
c2f9934f5f | |||
313c8a85fa | |||
74f6d4d54a |
@ -1,6 +1,6 @@
|
||||
name: Release Creation
|
||||
|
||||
on:
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
@ -8,47 +8,47 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository will cloned to the runner."
|
||||
|
||||
#- uses: actions/checkout@v3
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
ref: 'v10'
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository will cloned to the runner."
|
||||
|
||||
# get part of the tag after the `v`
|
||||
- name: Extract tag version number
|
||||
id: get_version
|
||||
uses: battila7/get-version-action@v2
|
||||
#- uses: actions/checkout@v3
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
ref: "v13"
|
||||
|
||||
# Substitute the Manifest and Download URLs in the module.json
|
||||
- name: Substitute Manifest and Download Links For Versioned Ones
|
||||
id: sub_manifest_link_version
|
||||
uses: microsoft/variable-substitution@v1
|
||||
with:
|
||||
files: 'system.json'
|
||||
env:
|
||||
version: ${{steps.get_version.outputs.version-without-v}}
|
||||
url: https://www.uberwald.me/gitea/public/bol
|
||||
manifest: https://www.uberwald.me/gitea/public/bol/releases/latest/system.json
|
||||
download: https://www.uberwald.me/gitea/public/bol/releases/download/${{github.event.release.tag_name}}/bol.zip
|
||||
|
||||
# Create a zip file with all files required by the module to add to the release
|
||||
- run: |
|
||||
apt update -y
|
||||
apt install -y zip
|
||||
# get part of the tag after the `v`
|
||||
- name: Extract tag version number
|
||||
id: get_version
|
||||
uses: battila7/get-version-action@v2
|
||||
|
||||
- run: zip -r ./bol.zip system.json template.json README.md LICENSE assets/ css/ fonts/ images/ lang/ module/ packs/ styles/ templates/ ui/
|
||||
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
./bol.zip
|
||||
system.json
|
||||
api_key: '${{secrets.RELEASE_TOKEN_UBERWALD}}'
|
||||
# Substitute the Manifest and Download URLs in the module.json
|
||||
- name: Substitute Manifest and Download Links For Versioned Ones
|
||||
id: sub_manifest_link_version
|
||||
uses: microsoft/variable-substitution@v1
|
||||
with:
|
||||
files: "system.json"
|
||||
env:
|
||||
version: ${{steps.get_version.outputs.version-without-v}}
|
||||
url: https://www.uberwald.me/gitea/public/bol
|
||||
manifest: https://www.uberwald.me/gitea/public/bol/releases/latest/system.json
|
||||
download: https://www.uberwald.me/gitea/public/bol/releases/download/${{github.event.release.tag_name}}/bol.zip
|
||||
|
||||
# Create a zip file with all files required by the module to add to the release
|
||||
- run: |
|
||||
apt update -y
|
||||
apt install -y zip
|
||||
|
||||
- run: zip -r ./bol.zip system.json template.json README.md LICENSE assets/ compendiums/ css/ fonts/ images/ lang/ module/ packs/ styles/ templates/ ui/
|
||||
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.20.1"
|
||||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
./bol.zip
|
||||
system.json
|
||||
api_key: "${{secrets.RELEASE_TOKEN_UBERWALD}}"
|
||||
|
41
changelog.md
41
changelog.md
@ -1,25 +1,33 @@
|
||||
Changes :
|
||||
|
||||
# v12.1.0
|
||||
# v13.0.0
|
||||
|
||||
- Foundry v13 only
|
||||
|
||||
# v12.1.7
|
||||
|
||||
- Enhance welcome message
|
||||
|
||||
# v12.1.1
|
||||
|
||||
## French
|
||||
|
||||
- Correction sur les conditions des sorts
|
||||
- Jet d'armures correctement affichés
|
||||
- Dégat à 0 possibles sur les armes/capacités
|
||||
|
||||
## English
|
||||
|
||||
- Corrected spell conditions
|
||||
- Armor rolls are now correctly displayed
|
||||
- Weapon/capacity damage can now be set to 0
|
||||
|
||||
|
||||
# v12.1.0
|
||||
|
||||
- Gestion des Hordes
|
||||
- Ajout de la traduction Espagnole
|
||||
- Nouvelles clés de traduction
|
||||
- Petites amélioration diverses
|
||||
|
||||
|
||||
# v11.1.2
|
||||
|
||||
- Ajout des traductions manquantes en anglais
|
||||
@ -39,20 +47,19 @@ Changes :
|
||||
|
||||
# v11.0.8
|
||||
|
||||
- Correction sur les malus de bouclier (blocage)
|
||||
- Corrrection sur le malus d'init des boucliers qui était mal affiché dans la fiche d'item
|
||||
|
||||
- Correction sur les malus de bouclier (blocage)
|
||||
- Corrrection sur le malus d'init des boucliers qui était mal affiché dans la fiche d'item
|
||||
|
||||
# v10.4.0
|
||||
|
||||
- Ajout de la gestion d'effets
|
||||
- Aide intégré
|
||||
- Intégration du PDF de la bougette
|
||||
- Ajout de la gestion d'effets
|
||||
- Aide intégré
|
||||
- Intégration du PDF de la bougette
|
||||
|
||||
# v10.3.3
|
||||
|
||||
- Nouvelles clés de traduction
|
||||
- Lorsqu'une arme a un dé bonus, prise en compte plus claire du dé bonus et affichage de l'information dans la fenêtre de jet
|
||||
- Lorsqu'une arme relance les 1 sur ses dégats, l'information est affichée dans le tchat
|
||||
- Termes corrects pour les PNJs (ie rival)
|
||||
- Nouveaux équipements issus du Dieu Voilé
|
||||
|
||||
|
||||
- Nouvelles clés de traduction
|
||||
- Lorsqu'une arme a un dé bonus, prise en compte plus claire du dé bonus et affichage de l'information dans la fenêtre de jet
|
||||
- Lorsqu'une arme relance les 1 sur ses dégats, l'information est affichée dans le tchat
|
||||
- Termes corrects pour les PNJs (ie rival)
|
||||
- Nouveaux équipements issus du Dieu Voilé
|
||||
|
@ -74,8 +74,8 @@
|
||||
"description": "<h1>Shamballah</h1><p>Shamballahns are generally a dark-skinned and dark-haired people with purple, mauve, scarlet, and indigo eye colouring. They are very perceptive and make good hunters.</p>"
|
||||
},
|
||||
"Terres Désolées": {
|
||||
"name": "Terres Désolées",
|
||||
"description": "<h1>Terres Désolées</h1><p>Personne ne sait grand-chose au sujet des Terres Désolées, et moins encore sur les contrées qui s’étendraient au-delà. Des gens vivent assurément dans cette région, s’il faut en croire les récits de chasseurs et d’explorateurs qui ont relevé des traces de présence. Mais à ce jour, personne n’a découvert le moindre village ou hameau, et on ignore tout de l’apparence de leurs habitants.</p><p>Si votre héros est originaire des Terres Désolées, il vous faudra travailler avec le MJ pour déterminer à quoi ressemble votre personnage. Mais attendezvous à ce qu’il soit toujours considéré comme un étranger, où qu’il se rende en Lémurie.</p>"
|
||||
"name": "Empty Lands",
|
||||
"description": "<h1>Empty Lands</h1><p>No one knows what exists in and beyond the Empty Lands. People do live there, because hunters and explorers have seen evidence of them. However, no towns or even villages have been discovered, and no one has any idea of what the people are like. If you come from the Empty Lands, you will need to work with the GM to determine what your character is like. He or she will always be treated as an outsider.</p>"
|
||||
},
|
||||
"Tyrus": {
|
||||
"name": "Tyrus",
|
||||
|
18
css/bol.css
18
css/bol.css
@ -140,9 +140,9 @@ ul.no-bullets {
|
||||
flex-flow: row wrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.flexrow > * {
|
||||
/* Wrong in v13.flexrow > * {
|
||||
flex: 1;
|
||||
}
|
||||
} */
|
||||
.flexrow .flex1 {
|
||||
flex: 1;
|
||||
}
|
||||
@ -523,12 +523,12 @@ ul.no-bullets {
|
||||
}
|
||||
.items-list .item-name-fixed-medium {
|
||||
min-width: 8rem;
|
||||
width: 8rem;
|
||||
width: 8rem;
|
||||
}
|
||||
.items-list .item-field-fixed-short {
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
width: 3rem;
|
||||
width: 3rem;
|
||||
}
|
||||
.bougette-dice-img {
|
||||
color:rgba(150, 44, 44, 0.70);
|
||||
@ -1017,7 +1017,7 @@ body.system-bol img#logo {
|
||||
display: inline-block;
|
||||
}
|
||||
.tooltip-container .tooltiptext {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
/* Position the tooltip text */
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
@ -1040,7 +1040,7 @@ body.system-bol img#logo {
|
||||
|
||||
/** HUD SECTION */
|
||||
.tokenhudext {
|
||||
display: flex;
|
||||
display: flex;
|
||||
flex: 0 !important;
|
||||
font-family: CaslonPro;
|
||||
font-weight: 600;
|
||||
@ -1074,9 +1074,9 @@ body.system-bol img#logo {
|
||||
height: fit-content;
|
||||
min-width: 6rem;
|
||||
flex-basis: auto;
|
||||
padding: 0;
|
||||
line-height: 1rem;
|
||||
margin: 0.25rem;
|
||||
padding: 0.20rem;
|
||||
line-height: 1.1rem;
|
||||
margin: 0.20rem;
|
||||
}
|
||||
.control-icon.tokenhudicon.right {
|
||||
margin-left: 8px;
|
||||
|
@ -579,11 +579,11 @@
|
||||
"BOL.ui.bionotes": "Notes",
|
||||
|
||||
"BOL.chat.welcome1": "Welcome to Barbarians of Lemuria (Ludospherik version)",
|
||||
"BOL.chat.welcome2": "Books are necessary to play, and ca be found here : http://www.ludospherik.fr/content/14-barbarians-of-lemuria",
|
||||
"BOL.chat.welcome3": "The integrated maps are authorized by Guillaume Tavernier and Ludospherik. Thanks to them !.",
|
||||
"BOL.chat.welcome2": "Books are necessary to play, and <a href='http://www.ludospherik.fr/content/14-barbarians-of-lemuria'>can be found here.</a> ",
|
||||
"BOL.chat.welcome3": "The integrated maps are authorized by Emmanuel Roudier and Ludospherik. Thanks to them !.",
|
||||
"BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk",
|
||||
"BOL.chat.welcome5": "Good game in Lemuria !",
|
||||
"BOL.chat.welcome6": "",
|
||||
"BOL.chat.welcome5": "<strong>In order to see compendiums in English, you must install and enable the Babele module.</strong>",
|
||||
"BOL.chat.welcome6": "Good game in Lemuria !",
|
||||
|
||||
"BOL.settings.rollArmor": "Roll for armor",
|
||||
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",
|
||||
|
@ -611,9 +611,9 @@
|
||||
|
||||
"BOL.chat.welcome1": "Bienvenue dans Barbarians of Lemuria (Ludospherik version)",
|
||||
"BOL.chat.welcome2": "Les livres nécessaires pour jouer sont disponibles sur le site de <a href='http://www.ludospherik.fr/content/14-barbarians-of-lemuria'>l'éditeur Ludospherik.</a>",
|
||||
"BOL.chat.welcome3": "Les cartes intégrées au système le sont grace à l'aimable autorisation de leur auteur Guillaume Tavernier et des éditions Ludospherik. Merci à eux !.",
|
||||
"BOL.chat.welcome3": "Les cartes intégrées au système le sont grace à l'aimable autorisation d'Emmanuel Roudier et des éditions Ludospherik. Merci à eux !.",
|
||||
"BOL.chat.welcome4": "Tout le support et le suivi de ce système est disponible via le <a href='https://discord.gg/pPSDNJk'>Discord Foundry FR</a>.",
|
||||
"BOL.chat.welcome5": "Consulter l'aide en ligne pour plus d'informations : @UUID[Compendium.bol.aides-de-jeu.JournalEntry.8ihDiCxC47fcdKVA]{Aide du Jeu}.",
|
||||
"BOL.chat.welcome5": "Consulter l'aide en ligne pour plus d'informations : @UUID[Compendium.bol.aides-de-jeu.JournalEntry.8ihDiCxC47fcdKVA]{Aide du Jeu}.<br>Si vous souhaitez jouer en anglais, n'oubliez pas d'activer le module Babele.",
|
||||
"BOL.chat.welcome6": "Bon jeu en Lemurie !",
|
||||
"BOL.chat.nodamage": "Ne pas appliquer les dommages",
|
||||
"BOL.chat.pcwarning": "Attention ! Aucun personnage n'est relié au joueur !",
|
||||
|
@ -5,7 +5,7 @@
|
||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||
import { BoLUtility } from "../system/bol-utility.js";
|
||||
|
||||
export class BoLActorSheet extends ActorSheet {
|
||||
export class BoLActorSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -59,7 +59,7 @@ export class BoLActorSheet extends ActorSheet {
|
||||
let system = foundry.utils.duplicate(game.bol.config.defaultNaturalProtection)
|
||||
this.actor.createEmbeddedDocuments('Item', [{ name: game.i18n.localize("BOL.ui.newNaturalProtection"), type: "item", system }], { renderSheet: true });
|
||||
});
|
||||
|
||||
|
||||
html.find(".toggle-fight-option").click((ev) => {
|
||||
const li = $(ev.currentTarget).parents(".item")
|
||||
this.actor.toggleFightOption(li.data("itemId"))
|
||||
@ -170,8 +170,8 @@ export class BoLActorSheet extends ActorSheet {
|
||||
formData.charType = this.actor.getCharType()
|
||||
formData.villainy = this.actor.getVillainy()
|
||||
formData.isUndead = this.actor.isUndead()
|
||||
formData.biography = await TextEditor.enrichHTML(this.object.system.details?.biography || "", { async: true })
|
||||
formData.notes = await TextEditor.enrichHTML(this.object.system.details.notes || "", { async: true })
|
||||
formData.biography = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.details?.biography || "", { async: true })
|
||||
formData.notes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.details.notes || "", { async: true })
|
||||
formData.isSorcerer = this.actor.isSorcerer()
|
||||
formData.isAlchemist = this.actor.isAlchemist()
|
||||
formData.isAstrologer = this.actor.isAstrologer()
|
||||
|
@ -5,7 +5,7 @@
|
||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||
import { BoLUtility } from "../system/bol-utility.js";
|
||||
|
||||
export class BoLHordeSheet extends ActorSheet {
|
||||
export class BoLHordeSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -116,7 +116,7 @@ export class BoLHordeSheet extends ActorSheet {
|
||||
formData.options = this.options
|
||||
formData.owner = this.document.isOwner
|
||||
formData.editScore = this.options.editScore
|
||||
formData.description = await TextEditor.enrichHTML(this.actor.system.description, {async: true})
|
||||
formData.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.actor.system.description, {async: true})
|
||||
|
||||
formData.isGM = game.user.isGM
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||
import { BoLUtility } from "../system/bol-utility.js";
|
||||
|
||||
export class BoLVehicleSheet extends ActorSheet {
|
||||
export class BoLVehicleSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -127,7 +127,7 @@ export class BoLVehicleSheet extends ActorSheet {
|
||||
formData.options = this.options
|
||||
formData.owner = this.document.isOwner
|
||||
formData.editScore = this.options.editScore
|
||||
formData.description = await TextEditor.enrichHTML(this.actor.system.description, {async: true})
|
||||
formData.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.actor.system.description, {async: true})
|
||||
|
||||
formData.isGM = game.user.isGM
|
||||
|
||||
|
@ -31,7 +31,7 @@ Hooks.once('init', async function () {
|
||||
config: BOL
|
||||
};
|
||||
|
||||
// Game socket
|
||||
// Game socket
|
||||
game.socket.on("system.bol", sockmsg => {
|
||||
BoLUtility.onSocketMessage(sockmsg);
|
||||
})
|
||||
@ -51,13 +51,13 @@ Hooks.once('init', async function () {
|
||||
CONFIG.Combat.documentClass = BoLCombatManager;
|
||||
|
||||
// Register sheet application classes
|
||||
Actors.unregisterSheet("core", ActorSheet);
|
||||
Actors.registerSheet("bol", BoLActorSheet, { types: ["character", "encounter"], makeDefault: true })
|
||||
Actors.registerSheet("bol", BoLVehicleSheet, { types: ["vehicle"], makeDefault: true })
|
||||
Actors.registerSheet("bol", BoLHordeSheet, { types: ["horde"], makeDefault: true })
|
||||
foundry.documents.collections.Actors.unregisterSheet("core", foundry.appv1.sheets.ActorSheet);
|
||||
foundry.documents.collections.Actors.registerSheet("bol", BoLActorSheet, { types: ["character", "encounter"], makeDefault: true })
|
||||
foundry.documents.collections.Actors.registerSheet("bol", BoLVehicleSheet, { types: ["vehicle"], makeDefault: true })
|
||||
foundry.documents.collections.Actors.registerSheet("bol", BoLHordeSheet, { types: ["horde"], makeDefault: true })
|
||||
|
||||
Items.unregisterSheet("core", ItemSheet);
|
||||
Items.registerSheet("bol", BoLItemSheet, { makeDefault: true });
|
||||
foundry.documents.collections.Items.unregisterSheet("core", foundry.appv1.sheets.ItemSheet);
|
||||
foundry.documents.collections.Items.registerSheet("bol", BoLItemSheet, { makeDefault: true });
|
||||
|
||||
// Inot useful stuff
|
||||
BoLUtility.init()
|
||||
@ -78,7 +78,7 @@ Hooks.once('init', async function () {
|
||||
Babele.get().setSystemTranslationsDir("compendiums");
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
@ -86,12 +86,12 @@ Hooks.once('init', async function () {
|
||||
function welcomeMessage() {
|
||||
let content = `<div id="welcome-message-bol"><span class="rdd-roll-part">
|
||||
<strong>` + game.i18n.localize("BOL.chat.welcome1") + `</strong><p>` +
|
||||
game.i18n.localize("BOL.chat.welcome2") + "<p>" +
|
||||
game.i18n.localize("BOL.chat.welcome3") + "<p>" +
|
||||
game.i18n.localize("BOL.chat.welcome4") + "</p>" +
|
||||
game.i18n.localize("BOL.chat.welcome5") + "<br>" +
|
||||
game.i18n.localize("BOL.chat.welcome2") + "</p><p>" +
|
||||
game.i18n.localize("BOL.chat.welcome3") + "</p><p>" +
|
||||
game.i18n.localize("BOL.chat.welcome4") + "</p><p>" +
|
||||
game.i18n.localize("BOL.chat.welcome5") + "</p>" +
|
||||
game.i18n.localize("BOL.chat.welcome6")
|
||||
|
||||
|
||||
let rulebook = game.modules.find( m => m.id === "bol-rulebook")
|
||||
if ( !rulebook ) {
|
||||
content += "<p>" + game.i18n.localize("BOL.chat.bolRulebookMessage") + "</p>"
|
||||
@ -101,7 +101,7 @@ function welcomeMessage() {
|
||||
whisper: [game.user.id],
|
||||
content: content
|
||||
})
|
||||
|
||||
|
||||
if (game.user.isGM && game.i18n.lang == 'en' && !game.modules.find(m => m.id == "babele") ){
|
||||
ChatMessage.create({
|
||||
user: game.user.id,
|
||||
@ -109,7 +109,7 @@ function welcomeMessage() {
|
||||
content: `<div id="welcome-message-bol"><span class="rdd-roll-part">
|
||||
<strong>WARNING ! English language selected, but Babele module is not installed !<br>Please install babele from the module tab in Foundry interface.`
|
||||
} )
|
||||
ui.notifications.warn("WARNING ! English language selected, but babele module is not installed !<br>Please install babele from the module tab in Foundry interface.")
|
||||
ui.notifications.warn("WARNING ! English language selected, but babele module is not installed !<br>Please install babele from the module tab in Foundry interface.")
|
||||
}
|
||||
|
||||
}
|
||||
@ -166,13 +166,11 @@ Hooks.once('ready', async function () {
|
||||
"d6B": "d6H (Bonus)",
|
||||
"d6BB": "d6H + Bonus die",
|
||||
}
|
||||
|
||||
|
||||
if (game.i18n.lang === "fr") {
|
||||
game.bol.config.damageValues = damageFR;
|
||||
} else {
|
||||
game.bol.config.damageValues = damageEN;
|
||||
}
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
@ -305,7 +305,7 @@ export class BoLRoll {
|
||||
// Keep track of the final effect modifier
|
||||
this.rollData.effectModifier = effectModifier
|
||||
|
||||
// Final number of dices
|
||||
// Final number of dices
|
||||
this.rollData.nbDice = 2 + Math.abs(this.rollData.bmDice)
|
||||
// Bonus or Malus ?
|
||||
if (this.rollData.bmDice == 0) {
|
||||
@ -489,7 +489,7 @@ export class BoLRoll {
|
||||
if (defender) { // If target is selected
|
||||
rollData.defence = defender.defenseValue
|
||||
rollData.armorMalus = defender.armorMalusValue
|
||||
rollData.defenderHeroPoints = defender.getHeroPoints()
|
||||
rollData.defenderHeroPoints = defender.getHeroPoints()
|
||||
rollData.shieldBlock = 'none'
|
||||
let shields = defender.shields
|
||||
//console.log("Defender stats", defender)
|
||||
@ -535,7 +535,7 @@ export class BoLRoll {
|
||||
rollData.weaponModifier = 0
|
||||
rollData.attackBonusDice = false
|
||||
rollData.armorMalus = 0
|
||||
// Specific stuff
|
||||
// Specific stuff
|
||||
this.preProcessWeapon(rollData, defender)
|
||||
this.preProcessFightOption(rollData)
|
||||
this.updateArmorMalus(rollData)
|
||||
@ -551,7 +551,7 @@ export class BoLRoll {
|
||||
console.log("ROLLDATA", rollData)
|
||||
|
||||
// Then display+process the dialog
|
||||
const rollOptionContent = await renderTemplate(rollOptionTpl, rollData);
|
||||
const rollOptionContent = await foundry.applications.handlebars.renderTemplate(rollOptionTpl, rollData);
|
||||
let d = new Dialog({
|
||||
title: rollData.label,
|
||||
content: rollOptionContent,
|
||||
@ -582,7 +582,7 @@ export class BoLRoll {
|
||||
rollbase = 0
|
||||
}
|
||||
let diceData = BoLUtility.getDiceData()
|
||||
let malusInit = rollData.combatData?.malusInit || 0
|
||||
let malusInit = rollData.combatData?.malusInit || 0
|
||||
const modifiers = rollbase + rollData.careerBonus + rollData.mod + rollData.weaponModifier - rollData.defence - rollData.modArmorMalus + rollData.shieldMalus + rollData.attackModifier + rollData.appliedArmorMalus + rollData.effectModifier - malusInit
|
||||
const formula = (isMalus) ? rollData.nbDice + "d" + diceData.diceFormula + "kl2 + " + modifiers : rollData.nbDice + "d" + diceData.diceFormula + "kh2 + " + modifiers
|
||||
rollData.formula = formula
|
||||
@ -635,15 +635,15 @@ export class BoLDefaultRoll {
|
||||
this.rollData.roll = r
|
||||
this.rollData.isFumble = (diceTotal <= diceData.criticalFailureValue)
|
||||
if ( this.rollData.isFumble ) {
|
||||
this.rollData.isSuccess = false
|
||||
this.rollData.isSuccess = false
|
||||
this.rollData.isCritical = false
|
||||
this.rollData.isRealCritical = false
|
||||
this.rollData.isHeroic = false
|
||||
this.rollData.isFailure = true
|
||||
this.rollData.isFailure = true
|
||||
} else {
|
||||
this.rollData.isCritical = (diceTotal >= diceData.criticalSuccessValue)
|
||||
if ( this.rollData.isCritical) {
|
||||
this.rollData.isSuccess = true
|
||||
this.rollData.isSuccess = true
|
||||
} else {
|
||||
this.rollData.isSuccess = (r.total >= diceData.successValue)
|
||||
}
|
||||
@ -805,13 +805,13 @@ export class BoLDefaultRoll {
|
||||
/* -------------------------------------------- */
|
||||
_buildDamageChatMessage(rollData) {
|
||||
const rollMessageTpl = 'systems/bol/templates/chat/rolls/damage-roll-card.hbs';
|
||||
return renderTemplate(rollMessageTpl, rollData)
|
||||
return foundry.applications.handlebars.renderTemplate(rollMessageTpl, rollData)
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
_buildChatMessage(rollData) {
|
||||
const rollMessageTpl = 'systems/bol/templates/chat/rolls/default-roll-card.hbs'
|
||||
return renderTemplate(rollMessageTpl, rollData)
|
||||
return foundry.applications.handlebars.renderTemplate(rollMessageTpl, rollData)
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ import { BoLUtility } from "../system/bol-utility.js";
|
||||
* Extend the basic ItemSheet with some very simple modifications
|
||||
* @extends {ItemSheet}
|
||||
*/
|
||||
export class BoLItemSheet extends ItemSheet {
|
||||
export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -13,6 +13,7 @@ export class BoLItemSheet extends ItemSheet {
|
||||
template: "systems/bol/templates/item/item-sheet.hbs",
|
||||
width: 650,
|
||||
height: 780,
|
||||
dragDrop: [{ dragSelector: null, dropSelector: null }],
|
||||
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
|
||||
});
|
||||
}
|
||||
@ -27,7 +28,7 @@ export class BoLItemSheet extends ItemSheet {
|
||||
data.category = itemData.system.category
|
||||
data.isGM = game.user.isGM;
|
||||
data.itemProperties = this.item.itemProperties;
|
||||
data.description = await TextEditor.enrichHTML(this.object.system.description, { async: true })
|
||||
data.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.description, { async: true })
|
||||
if (data.document.actor) {
|
||||
data.careers = data.document.actor.careers
|
||||
}
|
||||
@ -102,6 +103,7 @@ export class BoLItemSheet extends ItemSheet {
|
||||
activateListeners(html) {
|
||||
|
||||
super.activateListeners(html);
|
||||
|
||||
// Everything below here is only needed if the sheet is editable
|
||||
if (!this.options.editable) return;
|
||||
// Roll handlers, click handlers, etc. would go here.
|
||||
|
@ -12,8 +12,8 @@ export class BoLTokenHud {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async removeExtensionHud(app, html, tokenId) {
|
||||
html.find('.control-icon.bol-roll').remove()
|
||||
html.find('.control-icon.bol-action').remove()
|
||||
$(html).find('.control-icon.bol-roll').remove()
|
||||
$(html).find('.control-icon.bol-action').remove()
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
@ -25,7 +25,7 @@ export class BoLTokenHud {
|
||||
|
||||
const hudData = { actor: actor, actionsList: actor.buildListeActions(), rollsList: actor.buildRollList() }
|
||||
|
||||
const controlIconActions = html.find('.control-icon[data-action=combat]');
|
||||
const controlIconActions = $(html).find('.control-icon[data-action=combat]');
|
||||
// initiative
|
||||
await BoLTokenHud._configureSubMenu(controlIconActions, 'systems/bol/templates/token/hud-actor-actions.hbs', hudData,
|
||||
(event) => {
|
||||
@ -43,7 +43,7 @@ export class BoLTokenHud {
|
||||
}
|
||||
})
|
||||
|
||||
const controlIconTarget = html.find('.control-icon[data-action=target]');
|
||||
const controlIconTarget = $(html).find('.control-icon[data-action=target]');
|
||||
// att+apt+career
|
||||
await BoLTokenHud._configureSubMenu(controlIconTarget, 'systems/bol/templates/token/hud-actor-rolls.hbs', hudData,
|
||||
(event) => {
|
||||
@ -59,7 +59,7 @@ export class BoLTokenHud {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async addTokenHudExtensions(app, html, tokenId) {
|
||||
const controlIconCombat = html.find('.control-icon[data-action=combat]')
|
||||
const controlIconCombat = $(html).find('.control-icon[data-action=combat]')
|
||||
if (controlIconCombat.length > 0) {
|
||||
BoLTokenHud.addExtensionHud(app, html, tokenId);
|
||||
}
|
||||
|
@ -221,10 +221,10 @@ export class BoLCalendar extends Application {
|
||||
let hn = defHeure.heure;
|
||||
let chiffreAstral = this.getCurrentNombreAstral() ?? 0;
|
||||
heuresChancesMalchances[0] = { value : "+4", heures: [this.getHeureNumber((hn + chiffreAstral) % RDD_HEURES_PAR_JOUR).label]};
|
||||
heuresChancesMalchances[1] = { value : "+2", heures: [this.getHeureNumber((hn + chiffreAstral+4) % RDD_HEURES_PAR_JOUR).label,
|
||||
heuresChancesMalchances[1] = { value : "+2", heures: [this.getHeureNumber((hn + chiffreAstral+4) % RDD_HEURES_PAR_JOUR).label,
|
||||
this.getHeureNumber((hn + chiffreAstral + 8) % RDD_HEURES_PAR_JOUR).label ] };
|
||||
heuresChancesMalchances[2] = { value : "-4", heures: [this.getHeureNumber((hn + chiffreAstral+6) % RDD_HEURES_PAR_JOUR).label]};
|
||||
heuresChancesMalchances[3] = { value : "-2", heures: [this.getHeureNumber((hn + chiffreAstral+3) % RDD_HEURES_PAR_JOUR).label,
|
||||
heuresChancesMalchances[3] = { value : "-2", heures: [this.getHeureNumber((hn + chiffreAstral+3) % RDD_HEURES_PAR_JOUR).label,
|
||||
this.getHeureNumber((hn + chiffreAstral + 9) % RDD_HEURES_PAR_JOUR).label ]};
|
||||
}
|
||||
return heuresChancesMalchances;
|
||||
@ -331,7 +331,7 @@ export class BoLCalendar extends Application {
|
||||
calendrierData.jourMoisOptions = RdDCalendrier.buildJoursMois();
|
||||
calendrierData.heuresOptions = [0, 1];
|
||||
calendrierData.minutesOptions = Array(RDD_MINUTES_PAR_HEURES).fill().map((item, index) => 0 + index);
|
||||
let html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/calendar-editor-template.html', calendrierData);
|
||||
let html = await foundry.applications.handlebars.renderTemplate('systems/foundryvtt-reve-de-dragon/templates/calendar-editor-template.html', calendrierData);
|
||||
this.editeur = new RdDCalendrierEditeur(html, this, calendrierData)
|
||||
}
|
||||
this.editeur.updateData(calendrierData);
|
||||
@ -360,7 +360,7 @@ export class BoLCalendar extends Application {
|
||||
let heureNaissance = actor.getHeureNaissance();
|
||||
if ( heureNaissance) {
|
||||
heuresParActeur[actor.name] = this.getHeuresChanceMalchance(heureNaissance);
|
||||
}
|
||||
}
|
||||
}
|
||||
//console.log("ASTRO", astrologieArray);
|
||||
calendrierData.astrologieData = astrologieArray;
|
||||
@ -398,7 +398,7 @@ export class BoLCalendar extends Application {
|
||||
let isRightMB = false;
|
||||
if ("which" in ev) { // Gecko (Firefox), WebKit (Safari/Chrome) & Opera
|
||||
isRightMB = ev.which == 3;
|
||||
} else if ("button" in ev) { // IE, Opera
|
||||
} else if ("button" in ev) { // IE, Opera
|
||||
isRightMB = ev.button == 2;
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ export class BoLUtility {
|
||||
})
|
||||
game.settings.register("bol", "auto-remove-dead", {
|
||||
name: game.i18n.localize("BOL.settings.removeDead"),
|
||||
hint: game.i18n.localize("BOL.settings.removeDeadTooltip"),
|
||||
hint: game.i18n.localize("BOL.settings.removeDeadTooltip"),
|
||||
scope: "world",
|
||||
config: true,
|
||||
default: false,
|
||||
@ -344,7 +344,7 @@ export class BoLUtility {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async chatMessageHandler(message, html, data) {
|
||||
const chatCard = html.find('.flavor-text')
|
||||
const chatCard = $(html).find('.flavor-text')
|
||||
if (chatCard.length > 0) {
|
||||
// If the user is the message author or the actor owner, proceed
|
||||
const actor = game.actors.get(data.message.speaker.actor)
|
||||
@ -381,6 +381,8 @@ export class BoLUtility {
|
||||
/* -------------------------------------------- */
|
||||
static async chatListeners(html) {
|
||||
|
||||
html = $(html);
|
||||
|
||||
// Damage handling
|
||||
html.on("click", '.chat-damage-apply', event => {
|
||||
let rollData = BoLUtility.getRollDataFromMessage(event)
|
||||
|
@ -15,7 +15,7 @@ export default function registerHooks() {
|
||||
}))
|
||||
|
||||
Hooks.on('renderChatLog', (log, html, data) => BoLUtility.chatListeners(html))
|
||||
Hooks.on('renderChatMessage', (message, html, data) => BoLUtility.chatMessageHandler(message, html, data))
|
||||
Hooks.on('renderChatMessageHTML', (message, html, data) => BoLUtility.chatMessageHandler(message, html, data))
|
||||
|
||||
/**
|
||||
* Create a macro when dropping an entity on the hotbar
|
||||
@ -73,8 +73,8 @@ export default function registerHooks() {
|
||||
button.addEventListener('click', () => {
|
||||
game.bol.charSummary.render(true)
|
||||
})
|
||||
html.find('.header-actions').after(button)
|
||||
$(html).find('.header-actions').after(button)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
@ -60,11 +60,11 @@ export const preloadHandlebarsTemplates = async function () {
|
||||
"systems/bol/templates/dialogs/effect-roll-part.hbs",
|
||||
"systems/bol/templates/dialogs/boons-roll-part.hbs",
|
||||
"systems/bol/templates/dialogs/flaws-roll-part.hbs",
|
||||
"systems/bol/templates/dialogs/total-roll-part.hbs",
|
||||
"systems/bol/templates/dialogs/total-roll-part.hbs",
|
||||
"systems/bol/templates/dialogs/fightoptions-roll-part.hbs",
|
||||
"systems/bol/templates/dialogs/horoscope-roll-part.hbs"
|
||||
];
|
||||
|
||||
// Load the template parts
|
||||
return loadTemplates(templatePaths);
|
||||
return foundry.applications.handlebars.loadTemplates(templatePaths);
|
||||
};
|
||||
|
Binary file not shown.
BIN
packs/aides-de-jeu/000774.ldb
Normal file
BIN
packs/aides-de-jeu/000774.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000741
|
||||
MANIFEST-000795
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.987644 7f92b57fa6c0 Recovering log #739
|
||||
2025/02/11-21:52:03.997651 7f92b57fa6c0 Delete type=3 #737
|
||||
2025/02/11-21:52:03.997734 7f92b57fa6c0 Delete type=0 #739
|
||||
2025/02/11-21:54:35.598552 7f92b3bff6c0 Level-0 table #744: started
|
||||
2025/02/11-21:54:35.598583 7f92b3bff6c0 Level-0 table #744: 0 bytes OK
|
||||
2025/02/11-21:54:35.604608 7f92b3bff6c0 Delete type=0 #742
|
||||
2025/02/11-21:54:35.611345 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.611398 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.386117 7f181c7f86c0 Recovering log #793
|
||||
2025/05/15-18:10:38.396065 7f181c7f86c0 Delete type=3 #791
|
||||
2025/05/15-18:10:38.396123 7f181c7f86c0 Delete type=0 #793
|
||||
2025/05/15-18:18:02.908326 7f181bff76c0 Level-0 table #798: started
|
||||
2025/05/15-18:18:02.908348 7f181bff76c0 Level-0 table #798: 0 bytes OK
|
||||
2025/05/15-18:18:02.931546 7f181bff76c0 Delete type=0 #796
|
||||
2025/05/15-18:18:03.015825 7f181bff76c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.015893 7f181bff76c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.957249 7f92b4ff96c0 Recovering log #735
|
||||
2025/02/11-21:46:58.011032 7f92b4ff96c0 Delete type=3 #733
|
||||
2025/02/11-21:46:58.011095 7f92b4ff96c0 Delete type=0 #735
|
||||
2025/02/11-21:51:51.193085 7f92b3bff6c0 Level-0 table #740: started
|
||||
2025/02/11-21:51:51.193106 7f92b3bff6c0 Level-0 table #740: 0 bytes OK
|
||||
2025/02/11-21:51:51.199589 7f92b3bff6c0 Delete type=0 #738
|
||||
2025/02/11-21:51:51.219732 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.219765 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.744932 7f181dffb6c0 Recovering log #789
|
||||
2025/05/15-16:00:11.754786 7f181dffb6c0 Delete type=3 #787
|
||||
2025/05/15-16:00:11.754839 7f181dffb6c0 Delete type=0 #789
|
||||
2025/05/15-18:07:39.129483 7f181bff76c0 Level-0 table #794: started
|
||||
2025/05/15-18:07:39.129511 7f181bff76c0 Level-0 table #794: 0 bytes OK
|
||||
2025/05/15-18:07:39.136106 7f181bff76c0 Delete type=0 #792
|
||||
2025/05/15-18:07:39.149775 7f181bff76c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.149805 7f181bff76c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/aides-de-jeu/MANIFEST-000795
Normal file
BIN
packs/aides-de-jeu/MANIFEST-000795
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/armors/000679.ldb
Normal file
BIN
packs/armors/000679.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000646
|
||||
MANIFEST-000700
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.961891 7f92b5ffb6c0 Recovering log #644
|
||||
2025/02/11-21:52:03.971934 7f92b5ffb6c0 Delete type=3 #642
|
||||
2025/02/11-21:52:03.972018 7f92b5ffb6c0 Delete type=0 #644
|
||||
2025/02/11-21:54:35.590985 7f92b3bff6c0 Level-0 table #649: started
|
||||
2025/02/11-21:54:35.591011 7f92b3bff6c0 Level-0 table #649: 0 bytes OK
|
||||
2025/02/11-21:54:35.598433 7f92b3bff6c0 Delete type=0 #647
|
||||
2025/02/11-21:54:35.611337 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.611373 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.359844 7f181d7fa6c0 Recovering log #698
|
||||
2025/05/15-18:10:38.369508 7f181d7fa6c0 Delete type=3 #696
|
||||
2025/05/15-18:10:38.369565 7f181d7fa6c0 Delete type=0 #698
|
||||
2025/05/15-18:18:02.985276 7f181bff76c0 Level-0 table #703: started
|
||||
2025/05/15-18:18:02.985318 7f181bff76c0 Level-0 table #703: 0 bytes OK
|
||||
2025/05/15-18:18:03.015562 7f181bff76c0 Delete type=0 #701
|
||||
2025/05/15-18:18:03.015884 7f181bff76c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.015916 7f181bff76c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.864537 7f92b57fa6c0 Recovering log #640
|
||||
2025/02/11-21:46:57.903541 7f92b57fa6c0 Delete type=3 #638
|
||||
2025/02/11-21:46:57.903634 7f92b57fa6c0 Delete type=0 #640
|
||||
2025/02/11-21:51:51.199721 7f92b3bff6c0 Level-0 table #645: started
|
||||
2025/02/11-21:51:51.199750 7f92b3bff6c0 Level-0 table #645: 0 bytes OK
|
||||
2025/02/11-21:51:51.205891 7f92b3bff6c0 Delete type=0 #643
|
||||
2025/02/11-21:51:51.219744 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.219794 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.714229 7f181c7f86c0 Recovering log #694
|
||||
2025/05/15-16:00:11.724726 7f181c7f86c0 Delete type=3 #692
|
||||
2025/05/15-16:00:11.724786 7f181c7f86c0 Delete type=0 #694
|
||||
2025/05/15-18:07:39.136276 7f181bff76c0 Level-0 table #699: started
|
||||
2025/05/15-18:07:39.136317 7f181bff76c0 Level-0 table #699: 0 bytes OK
|
||||
2025/05/15-18:07:39.142904 7f181bff76c0 Delete type=0 #697
|
||||
2025/05/15-18:07:39.149786 7f181bff76c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.149813 7f181bff76c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/armors/MANIFEST-000700
Normal file
BIN
packs/armors/MANIFEST-000700
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/boons/000772.ldb
Normal file
BIN
packs/boons/000772.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000739
|
||||
MANIFEST-000793
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.851261 7f92b5ffb6c0 Recovering log #737
|
||||
2025/02/11-21:52:03.861605 7f92b5ffb6c0 Delete type=3 #735
|
||||
2025/02/11-21:52:03.861680 7f92b5ffb6c0 Delete type=0 #737
|
||||
2025/02/11-21:54:35.551224 7f92b3bff6c0 Level-0 table #742: started
|
||||
2025/02/11-21:54:35.551250 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
||||
2025/02/11-21:54:35.557302 7f92b3bff6c0 Delete type=0 #740
|
||||
2025/02/11-21:54:35.557440 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.557467 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.253302 7f181dffb6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.263540 7f181dffb6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.263688 7f181dffb6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.658721 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.658770 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.688853 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.768491 7f181bff76c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.768584 7f181bff76c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.609960 7f92b5ffb6c0 Recovering log #733
|
||||
2025/02/11-21:46:57.630801 7f92b5ffb6c0 Delete type=3 #731
|
||||
2025/02/11-21:46:57.630870 7f92b5ffb6c0 Delete type=0 #733
|
||||
2025/02/11-21:51:51.157989 7f92b3bff6c0 Level-0 table #738: started
|
||||
2025/02/11-21:51:51.158009 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
|
||||
2025/02/11-21:51:51.165246 7f92b3bff6c0 Delete type=0 #736
|
||||
2025/02/11-21:51:51.165430 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.165460 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.608048 7f181d7fa6c0 Recovering log #787
|
||||
2025/05/15-16:00:11.617964 7f181d7fa6c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.618064 7f181d7fa6c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.075821 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.075847 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.081684 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095574 7f181bff76c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095620 7f181bff76c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/boons/MANIFEST-000793
Normal file
BIN
packs/boons/MANIFEST-000793
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/boonsflawscreatures/000772.ldb
Normal file
BIN
packs/boonsflawscreatures/000772.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000739
|
||||
MANIFEST-000793
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.864307 7f92b4ff96c0 Recovering log #737
|
||||
2025/02/11-21:52:03.874891 7f92b4ff96c0 Delete type=3 #735
|
||||
2025/02/11-21:52:03.874942 7f92b4ff96c0 Delete type=0 #737
|
||||
2025/02/11-21:54:35.544201 7f92b3bff6c0 Level-0 table #742: started
|
||||
2025/02/11-21:54:35.544228 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
||||
2025/02/11-21:54:35.551120 7f92b3bff6c0 Delete type=0 #740
|
||||
2025/02/11-21:54:35.557431 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.557476 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.266303 7f181c7f86c0 Recovering log #791
|
||||
2025/05/15-18:10:38.277716 7f181c7f86c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.277763 7f181c7f86c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.710660 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.710723 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.742040 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.768541 7f181bff76c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.768625 7f181bff76c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.634030 7f92b4ff96c0 Recovering log #733
|
||||
2025/02/11-21:46:57.667250 7f92b4ff96c0 Delete type=3 #731
|
||||
2025/02/11-21:46:57.667306 7f92b4ff96c0 Delete type=0 #733
|
||||
2025/02/11-21:51:51.135962 7f92b3bff6c0 Level-0 table #738: started
|
||||
2025/02/11-21:51:51.136026 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
|
||||
2025/02/11-21:51:51.143488 7f92b3bff6c0 Delete type=0 #736
|
||||
2025/02/11-21:51:51.165385 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.165441 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.620615 7f181cff96c0 Recovering log #787
|
||||
2025/05/15-16:00:11.631017 7f181cff96c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.631122 7f181cff96c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.081770 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.081796 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.087878 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095591 7f181bff76c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095676 7f181bff76c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/boonsflawscreatures/MANIFEST-000793
Normal file
BIN
packs/boonsflawscreatures/MANIFEST-000793
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/careers/000772.ldb
Normal file
BIN
packs/careers/000772.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000739
|
||||
MANIFEST-000793
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.893611 7f92b47f86c0 Recovering log #737
|
||||
2025/02/11-21:52:03.903497 7f92b47f86c0 Delete type=3 #735
|
||||
2025/02/11-21:52:03.903562 7f92b47f86c0 Delete type=0 #737
|
||||
2025/02/11-21:54:35.537763 7f92b3bff6c0 Level-0 table #742: started
|
||||
2025/02/11-21:54:35.537788 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
||||
2025/02/11-21:54:35.544087 7f92b3bff6c0 Delete type=0 #740
|
||||
2025/02/11-21:54:35.557421 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.557458 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.292324 7f181dffb6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.302132 7f181dffb6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.302260 7f181dffb6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.815781 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.815811 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.846806 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.908187 7f181bff76c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.908235 7f181bff76c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.718347 7f92b5ffb6c0 Recovering log #733
|
||||
2025/02/11-21:46:57.741441 7f92b5ffb6c0 Delete type=3 #731
|
||||
2025/02/11-21:46:57.741502 7f92b5ffb6c0 Delete type=0 #733
|
||||
2025/02/11-21:51:51.143598 7f92b3bff6c0 Level-0 table #738: started
|
||||
2025/02/11-21:51:51.143622 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
|
||||
2025/02/11-21:51:51.150418 7f92b3bff6c0 Delete type=0 #736
|
||||
2025/02/11-21:51:51.165405 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.165450 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.647162 7f181d7fa6c0 Recovering log #787
|
||||
2025/05/15-16:00:11.657152 7f181d7fa6c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.657285 7f181d7fa6c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.088013 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.088051 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.095393 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095606 7f181bff76c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095663 7f181bff76c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/careers/MANIFEST-000793
Normal file
BIN
packs/careers/MANIFEST-000793
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/effets-exemples/000770.ldb
Normal file
BIN
packs/effets-exemples/000770.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000737
|
||||
MANIFEST-000791
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:04.078087 7f92b4ff96c0 Recovering log #735
|
||||
2025/02/11-21:52:04.088545 7f92b4ff96c0 Delete type=3 #733
|
||||
2025/02/11-21:52:04.088597 7f92b4ff96c0 Delete type=0 #735
|
||||
2025/02/11-21:54:35.646391 7f92b3bff6c0 Level-0 table #740: started
|
||||
2025/02/11-21:54:35.646414 7f92b3bff6c0 Level-0 table #740: 0 bytes OK
|
||||
2025/02/11-21:54:35.652511 7f92b3bff6c0 Delete type=0 #738
|
||||
2025/02/11-21:54:35.665492 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.665529 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.475489 7f181d7fa6c0 Recovering log #789
|
||||
2025/05/15-18:10:38.485497 7f181d7fa6c0 Delete type=3 #787
|
||||
2025/05/15-18:10:38.485568 7f181d7fa6c0 Delete type=0 #789
|
||||
2025/05/15-18:18:03.189536 7f181bff76c0 Level-0 table #794: started
|
||||
2025/05/15-18:18:03.189605 7f181bff76c0 Level-0 table #794: 0 bytes OK
|
||||
2025/05/15-18:18:03.220875 7f181bff76c0 Delete type=0 #792
|
||||
2025/05/15-18:18:03.245771 7f181bff76c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.283965 7f181bff76c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:58.388995 7f92b47f86c0 Recovering log #731
|
||||
2025/02/11-21:46:58.441520 7f92b47f86c0 Delete type=3 #729
|
||||
2025/02/11-21:46:58.441593 7f92b47f86c0 Delete type=0 #731
|
||||
2025/02/11-21:51:51.256745 7f92b3bff6c0 Level-0 table #736: started
|
||||
2025/02/11-21:51:51.256779 7f92b3bff6c0 Level-0 table #736: 0 bytes OK
|
||||
2025/02/11-21:51:51.263802 7f92b3bff6c0 Delete type=0 #734
|
||||
2025/02/11-21:51:51.277287 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.277328 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.833539 7f181d7fa6c0 Recovering log #785
|
||||
2025/05/15-16:00:11.843337 7f181d7fa6c0 Delete type=3 #783
|
||||
2025/05/15-16:00:11.843397 7f181d7fa6c0 Delete type=0 #785
|
||||
2025/05/15-18:07:39.183825 7f181bff76c0 Level-0 table #790: started
|
||||
2025/05/15-18:07:39.183879 7f181bff76c0 Level-0 table #790: 0 bytes OK
|
||||
2025/05/15-18:07:39.190810 7f181bff76c0 Delete type=0 #788
|
||||
2025/05/15-18:07:39.208377 7f181bff76c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.208433 7f181bff76c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/effets-exemples/MANIFEST-000791
Normal file
BIN
packs/effets-exemples/MANIFEST-000791
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/equipment/000773.ldb
Normal file
BIN
packs/equipment/000773.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000740
|
||||
MANIFEST-000794
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.931941 7f92b57fa6c0 Recovering log #738
|
||||
2025/02/11-21:52:03.943266 7f92b57fa6c0 Delete type=3 #736
|
||||
2025/02/11-21:52:03.943400 7f92b57fa6c0 Delete type=0 #738
|
||||
2025/02/11-21:54:35.557565 7f92b3bff6c0 Level-0 table #743: started
|
||||
2025/02/11-21:54:35.557592 7f92b3bff6c0 Level-0 table #743: 0 bytes OK
|
||||
2025/02/11-21:54:35.564441 7f92b3bff6c0 Delete type=0 #741
|
||||
2025/02/11-21:54:35.584708 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.584749 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.333182 7f181d7fa6c0 Recovering log #792
|
||||
2025/05/15-18:10:38.343704 7f181d7fa6c0 Delete type=3 #790
|
||||
2025/05/15-18:10:38.343769 7f181d7fa6c0 Delete type=0 #792
|
||||
2025/05/15-18:18:02.846935 7f181bff76c0 Level-0 table #797: started
|
||||
2025/05/15-18:18:02.846965 7f181bff76c0 Level-0 table #797: 0 bytes OK
|
||||
2025/05/15-18:18:02.869846 7f181bff76c0 Delete type=0 #795
|
||||
2025/05/15-18:18:02.908196 7f181bff76c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.908221 7f181bff76c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.792284 7f92b4ff96c0 Recovering log #734
|
||||
2025/02/11-21:46:57.814359 7f92b4ff96c0 Delete type=3 #732
|
||||
2025/02/11-21:46:57.814454 7f92b4ff96c0 Delete type=0 #734
|
||||
2025/02/11-21:51:51.173508 7f92b3bff6c0 Level-0 table #739: started
|
||||
2025/02/11-21:51:51.173542 7f92b3bff6c0 Level-0 table #739: 0 bytes OK
|
||||
2025/02/11-21:51:51.180000 7f92b3bff6c0 Delete type=0 #737
|
||||
2025/02/11-21:51:51.192976 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.193012 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.687284 7f181cff96c0 Recovering log #788
|
||||
2025/05/15-16:00:11.697519 7f181cff96c0 Delete type=3 #786
|
||||
2025/05/15-16:00:11.697575 7f181cff96c0 Delete type=0 #788
|
||||
2025/05/15-18:07:39.108427 7f181bff76c0 Level-0 table #793: started
|
||||
2025/05/15-18:07:39.108458 7f181bff76c0 Level-0 table #793: 0 bytes OK
|
||||
2025/05/15-18:07:39.114820 7f181bff76c0 Delete type=0 #791
|
||||
2025/05/15-18:07:39.122346 7f181bff76c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.122371 7f181bff76c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/equipment/MANIFEST-000794
Normal file
BIN
packs/equipment/MANIFEST-000794
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/fightoptions/000772.ldb
Normal file
BIN
packs/fightoptions/000772.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000739
|
||||
MANIFEST-000793
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:04.027483 7f92b4ff96c0 Recovering log #737
|
||||
2025/02/11-21:52:04.037860 7f92b4ff96c0 Delete type=3 #735
|
||||
2025/02/11-21:52:04.037909 7f92b4ff96c0 Delete type=0 #737
|
||||
2025/02/11-21:54:35.611457 7f92b3bff6c0 Level-0 table #742: started
|
||||
2025/02/11-21:54:35.611509 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
||||
2025/02/11-21:54:35.618478 7f92b3bff6c0 Delete type=0 #740
|
||||
2025/02/11-21:54:35.639412 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.639448 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.424415 7f181d7fa6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.433852 7f181d7fa6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.433904 7f181d7fa6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:03.016056 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:03.016082 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:03.032255 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:03.117488 7f181bff76c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.117552 7f181bff76c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:58.154600 7f92b47f86c0 Recovering log #733
|
||||
2025/02/11-21:46:58.214601 7f92b47f86c0 Delete type=3 #731
|
||||
2025/02/11-21:46:58.214661 7f92b47f86c0 Delete type=0 #733
|
||||
2025/02/11-21:51:51.226172 7f92b3bff6c0 Level-0 table #738: started
|
||||
2025/02/11-21:51:51.226202 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
|
||||
2025/02/11-21:51:51.235914 7f92b3bff6c0 Delete type=0 #736
|
||||
2025/02/11-21:51:51.250107 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.250149 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.782477 7f181cff96c0 Recovering log #787
|
||||
2025/05/15-16:00:11.793081 7f181cff96c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.793189 7f181cff96c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.149907 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.149933 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.157002 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.177150 7f181bff76c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.177193 7f181bff76c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/fightoptions/MANIFEST-000793
Normal file
BIN
packs/fightoptions/MANIFEST-000793
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/fightoptionsfanmade/000255.ldb
Normal file
BIN
packs/fightoptionsfanmade/000255.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000222
|
||||
MANIFEST-000276
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:04.039947 7f92b57fa6c0 Recovering log #220
|
||||
2025/02/11-21:52:04.049995 7f92b57fa6c0 Delete type=3 #218
|
||||
2025/02/11-21:52:04.050056 7f92b57fa6c0 Delete type=0 #220
|
||||
2025/02/11-21:54:35.633150 7f92b3bff6c0 Level-0 table #225: started
|
||||
2025/02/11-21:54:35.633173 7f92b3bff6c0 Level-0 table #225: 0 bytes OK
|
||||
2025/02/11-21:54:35.639265 7f92b3bff6c0 Delete type=0 #223
|
||||
2025/02/11-21:54:35.639442 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.639467 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.437096 7f181cff96c0 Recovering log #274
|
||||
2025/05/15-18:10:38.447093 7f181cff96c0 Delete type=3 #272
|
||||
2025/05/15-18:10:38.447148 7f181cff96c0 Delete type=0 #274
|
||||
2025/05/15-18:18:03.032542 7f181bff76c0 Level-0 table #279: started
|
||||
2025/05/15-18:18:03.032597 7f181bff76c0 Level-0 table #279: 0 bytes OK
|
||||
2025/05/15-18:18:03.059292 7f181bff76c0 Delete type=0 #277
|
||||
2025/05/15-18:18:03.117501 7f181bff76c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.117545 7f181bff76c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:58.217769 7f92b4ff96c0 Recovering log #216
|
||||
2025/02/11-21:46:58.272970 7f92b4ff96c0 Delete type=3 #214
|
||||
2025/02/11-21:46:58.273041 7f92b4ff96c0 Delete type=0 #216
|
||||
2025/02/11-21:51:51.236034 7f92b3bff6c0 Level-0 table #221: started
|
||||
2025/02/11-21:51:51.236081 7f92b3bff6c0 Level-0 table #221: 0 bytes OK
|
||||
2025/02/11-21:51:51.242218 7f92b3bff6c0 Delete type=0 #219
|
||||
2025/02/11-21:51:51.250118 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.250158 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.795242 7f181c7f86c0 Recovering log #270
|
||||
2025/05/15-16:00:11.806086 7f181c7f86c0 Delete type=3 #268
|
||||
2025/05/15-16:00:11.806213 7f181c7f86c0 Delete type=0 #270
|
||||
2025/05/15-18:07:39.163532 7f181bff76c0 Level-0 table #275: started
|
||||
2025/05/15-18:07:39.163563 7f181bff76c0 Level-0 table #275: 0 bytes OK
|
||||
2025/05/15-18:07:39.170618 7f181bff76c0 Delete type=0 #273
|
||||
2025/05/15-18:07:39.177176 7f181bff76c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.177205 7f181bff76c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/fightoptionsfanmade/MANIFEST-000276
Normal file
BIN
packs/fightoptionsfanmade/MANIFEST-000276
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/flaws/000772.ldb
Normal file
BIN
packs/flaws/000772.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000739
|
||||
MANIFEST-000793
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:52:03.877651 7f92b57fa6c0 Recovering log #737
|
||||
2025/02/11-21:52:03.890052 7f92b57fa6c0 Delete type=3 #735
|
||||
2025/02/11-21:52:03.890118 7f92b57fa6c0 Delete type=0 #737
|
||||
2025/02/11-21:54:35.531550 7f92b3bff6c0 Level-0 table #742: started
|
||||
2025/02/11-21:54:35.531590 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
||||
2025/02/11-21:54:35.537625 7f92b3bff6c0 Delete type=0 #740
|
||||
2025/02/11-21:54:35.557408 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:54:35.557449 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:10:38.280160 7f181cff96c0 Recovering log #791
|
||||
2025/05/15-18:10:38.289790 7f181cff96c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.289836 7f181cff96c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.689116 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.689156 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.710378 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.768519 7f181bff76c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.768606 7f181bff76c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/11-21:46:57.669532 7f92b4ff96c0 Recovering log #733
|
||||
2025/02/11-21:46:57.716017 7f92b4ff96c0 Delete type=3 #731
|
||||
2025/02/11-21:46:57.716084 7f92b4ff96c0 Delete type=0 #733
|
||||
2025/02/11-21:51:51.150551 7f92b3bff6c0 Level-0 table #738: started
|
||||
2025/02/11-21:51:51.150575 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
|
||||
2025/02/11-21:51:51.157883 7f92b3bff6c0 Delete type=0 #736
|
||||
2025/02/11-21:51:51.165420 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/02/11-21:51:51.165474 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-16:00:11.633624 7f181c7f86c0 Recovering log #787
|
||||
2025/05/15-16:00:11.644188 7f181c7f86c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.644243 7f181c7f86c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.069328 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.069398 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.075692 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095550 7f181bff76c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095650 7f181bff76c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/flaws/MANIFEST-000793
Normal file
BIN
packs/flaws/MANIFEST-000793
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/languages/000772.ldb
Normal file
BIN
packs/languages/000772.ldb
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user