Skip to content

Commit

Permalink
Update system for 0.5.7 playtest release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclayton committed Jul 2, 2023
1 parent 1895986 commit c2c5eb6
Show file tree
Hide file tree
Showing 72 changed files with 262 additions and 243 deletions.
4 changes: 2 additions & 2 deletions module/config/attributes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const RESOURCES = Object.freeze({
id: "wounds",
label: "RESOURCES.Wounds",
type: "reserve",
tooltip: "Health × 2",
tooltip: "Health × 1.5",
color: {
high: Color.from(0xEE0000),
low: Color.from(0xAA0000),
Expand All @@ -193,7 +193,7 @@ export const RESOURCES = Object.freeze({
madness: {
id: "madness",
label: "RESOURCES.Madness",
tooltip: "Morale × 2",
tooltip: "Morale × 1.5",
type: "reserve",
color: {
high: Color.from(0x9900CC),
Expand Down
4 changes: 2 additions & 2 deletions module/data/hero.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,15 @@ export default class CrucibleHero extends foundry.abstract.TypeDataModel {
r.health.value = Math.clamped(r.health.value, 0, r.health.max);

// Wounds
r.wounds.max = 2 * r.health.max;
r.wounds.max = Math.ceil(1.5 * r.health.max);
r.wounds.value = Math.clamped(r.wounds.value, 0, r.wounds.max);

// Morale
r.morale.max = (6 * level) + (4 * a.presence.value) + (2 * a.wisdom.value);
r.morale.value = Math.clamped(r.morale.value, 0, r.morale.max);

// Madness
r.madness.max = 2 * r.morale.max;
r.madness.max = Math.ceil(1.5 * r.morale.max);
r.madness.value = Math.clamped(r.madness.value, 0, r.madness.max);

// Action
Expand Down
25 changes: 18 additions & 7 deletions module/documents/actor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,14 @@ export default class CrucibleActor extends Actor {
if ( target.statuses.has("guarded") && isAttack ) banes.guarded = {label: "Guarded", number: 1};

// Prone
if ( this.statuses.has("prone") && isAttack ) {
banes.prone = {label: "Prone", number: 1};
}
if ( target.statuses.has("prone") && isAttack ) {
if ( ranged ) banes.prone = {label: "Prone", number: 1};
if ( ranged ) {
if ( "prone" in banes ) banes.prone.number += 1;
else banes.prone = {label: "Prone", number: 1};
}
else boons.prone = {label: "Prone", number: 1};
}

Expand Down Expand Up @@ -1431,9 +1437,8 @@ export default class CrucibleActor extends Actor {
const {mainhand, offhand} = this.equipment.weapons;

// Poisoner
if ( this.talentIds.has("poisoner00000000") && this.effects.get(SYSTEM.EFFECTS.getEffectId("poisonBlades")) ) {
outcome.effects.push(SYSTEM.EFFECTS.poisoned(this, outcome.target))
}
if ( this.talentIds.has("poisoner00000000") && this.effects.get(SYSTEM.EFFECTS.getEffectId("poisonBlades"))
&& action.tags.has("melee") ) outcome.effects.push(SYSTEM.EFFECTS.poisoned(this, outcome.target));

// Bloodletter
if ( this.talentIds.has("bloodletter00000") ) {
Expand Down Expand Up @@ -2033,13 +2038,22 @@ export default class CrucibleActor extends Actor {
* @return {Promise} A Promise which resolves once the weapon has been equipped or un-equipped
*/
async equipWeapon(itemId, {slot, equipped=true}={}) {

// Identify changes
const weapon = this.items.get(itemId, {strict: true});
const {actionCost, actorUpdates, itemUpdates} = equipped
? this.#equipWeapon(weapon, slot)
: this.#unequipWeapon(weapon);

// Enforce action cost of equipping for Actors that are in combat
if ( this.combatant ) {
if ( this.system.resources.action.value < actionCost ) {
throw new Error(game.i18n.localize("WARNING.CannotEquipActionCost"));
}
await this.alterResources({action: -actionCost}, actorUpdates);
}

// Update item equipped state
await this.updateEmbeddedDocuments("Item", itemUpdates);
}

Expand Down Expand Up @@ -2111,9 +2125,6 @@ export default class CrucibleActor extends Actor {
actorUpdates["system.status.hasMoved"] = true;
}
actionCost = Math.max(actionCost, 0);
if ( this.system.resources.action.value < actionCost ) {
throw new Error(game.i18n.localize("WARNING.CannotEquipActionCost"));
}
return {itemUpdates, actorUpdates, actionCost};
}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/adversary-talents/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000325
MANIFEST-000333
16 changes: 8 additions & 8 deletions packs/adversary-talents/LOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:34:23.605 389a4 Recovering log #323
2023/07/02-12:34:23.608 389a4 Delete type=0 #323
2023/07/02-12:34:23.608 389a4 Delete type=3 #321
2023/07/02-12:57:29.687 8700 Level-0 table #328: started
2023/07/02-12:57:29.687 8700 Level-0 table #328: 0 bytes OK
2023/07/02-12:57:29.688 8700 Delete type=0 #326
2023/07/02-12:57:29.692 8700 Manual compaction at level-0 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:29.692 8700 Manual compaction at level-1 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
2023/07/02-17:19:45.951 2f590 Recovering log #331
2023/07/02-17:19:45.955 2f590 Delete type=0 #331
2023/07/02-17:19:45.955 2f590 Delete type=3 #329
2023/07/02-17:20:21.583 8114 Level-0 table #336: started
2023/07/02-17:20:21.583 8114 Level-0 table #336: 0 bytes OK
2023/07/02-17:20:21.584 8114 Delete type=0 #334
2023/07/02-17:20:21.588 8114 Manual compaction at level-0 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
2023/07/02-17:20:21.594 8114 Manual compaction at level-1 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
16 changes: 8 additions & 8 deletions packs/adversary-talents/LOG.old
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:02:02.653 2fa48 Recovering log #319
2023/07/02-12:02:02.658 2fa48 Delete type=0 #319
2023/07/02-12:02:02.658 2fa48 Delete type=3 #317
2023/07/02-12:34:02.675 8700 Level-0 table #324: started
2023/07/02-12:34:02.675 8700 Level-0 table #324: 0 bytes OK
2023/07/02-12:34:02.676 8700 Delete type=0 #322
2023/07/02-12:34:02.678 8700 Manual compaction at level-0 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
2023/07/02-12:34:02.679 8700 Manual compaction at level-1 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:49.031 389a4 Recovering log #327
2023/07/02-12:57:49.034 389a4 Delete type=0 #327
2023/07/02-12:57:49.035 389a4 Delete type=3 #325
2023/07/02-17:18:53.430 8700 Level-0 table #332: started
2023/07/02-17:18:53.430 8700 Level-0 table #332: 0 bytes OK
2023/07/02-17:18:53.431 8700 Delete type=0 #330
2023/07/02-17:18:53.435 8700 Manual compaction at level-0 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
2023/07/02-17:18:53.435 8700 Manual compaction at level-1 from '!items!packhunter000000' @ 72057594037927935 : 1 .. '!items!tuskcharge000000' @ 0 : 0; will stop at (end)
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/ancestry/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-001026
MANIFEST-001034
16 changes: 8 additions & 8 deletions packs/ancestry/LOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:34:23.605 2fa48 Recovering log #1024
2023/07/02-12:34:23.609 2fa48 Delete type=0 #1024
2023/07/02-12:34:23.609 2fa48 Delete type=3 #1022
2023/07/02-12:57:29.688 8700 Level-0 table #1029: started
2023/07/02-12:57:29.688 8700 Level-0 table #1029: 0 bytes OK
2023/07/02-12:57:29.689 8700 Delete type=0 #1027
2023/07/02-12:57:29.692 8700 Manual compaction at level-0 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:29.692 8700 Manual compaction at level-1 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
2023/07/02-17:19:45.951 23cb8 Recovering log #1032
2023/07/02-17:19:45.956 23cb8 Delete type=0 #1032
2023/07/02-17:19:45.956 23cb8 Delete type=3 #1030
2023/07/02-17:20:21.594 8114 Level-0 table #1037: started
2023/07/02-17:20:21.594 8114 Level-0 table #1037: 0 bytes OK
2023/07/02-17:20:21.595 8114 Delete type=0 #1035
2023/07/02-17:20:21.598 8114 Manual compaction at level-0 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
2023/07/02-17:20:21.600 8114 Manual compaction at level-1 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
16 changes: 8 additions & 8 deletions packs/ancestry/LOG.old
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:02:02.653 2554c Recovering log #1020
2023/07/02-12:02:02.658 2554c Delete type=0 #1020
2023/07/02-12:02:02.658 2554c Delete type=3 #1018
2023/07/02-12:34:02.676 8700 Level-0 table #1025: started
2023/07/02-12:34:02.676 8700 Level-0 table #1025: 0 bytes OK
2023/07/02-12:34:02.677 8700 Delete type=0 #1023
2023/07/02-12:34:02.679 8700 Manual compaction at level-0 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
2023/07/02-12:34:02.679 8700 Manual compaction at level-1 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:49.031 2554c Recovering log #1028
2023/07/02-12:57:49.035 2554c Delete type=0 #1028
2023/07/02-12:57:49.035 2554c Delete type=3 #1026
2023/07/02-17:18:53.433 8700 Level-0 table #1033: started
2023/07/02-17:18:53.433 8700 Level-0 table #1033: 0 bytes OK
2023/07/02-17:18:53.434 8700 Delete type=0 #1031
2023/07/02-17:18:53.435 8700 Manual compaction at level-0 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
2023/07/02-17:18:53.435 8700 Manual compaction at level-1 from '!items!devilkin00000000' @ 72057594037927935 : 1 .. '!items!orcish0000000000' @ 0 : 0; will stop at (end)
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/archetype/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000406
MANIFEST-000414
14 changes: 7 additions & 7 deletions packs/archetype/LOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2023/07/02-12:34:23.611 389a4 Recovering log #404
2023/07/02-12:34:23.615 389a4 Delete type=0 #404
2023/07/02-12:34:23.615 389a4 Delete type=3 #402
2023/07/02-12:57:29.693 8700 Level-0 table #409: started
2023/07/02-12:57:29.693 8700 Level-0 table #409: 0 bytes OK
2023/07/02-12:57:29.694 8700 Delete type=0 #407
2023/07/02-12:57:29.697 8700 Manual compaction at level-0 from '!folders!6Up7ddrphLept3RW' @ 72057594037927935 : 1 .. '!items!tusker0000000000' @ 0 : 0; will stop at (end)
2023/07/02-17:19:45.960 c658 Recovering log #412
2023/07/02-17:19:45.964 c658 Delete type=0 #412
2023/07/02-17:19:45.964 c658 Delete type=3 #410
2023/07/02-17:20:21.595 8114 Level-0 table #417: started
2023/07/02-17:20:21.595 8114 Level-0 table #417: 0 bytes OK
2023/07/02-17:20:21.598 8114 Delete type=0 #415
2023/07/02-17:20:21.600 8114 Manual compaction at level-0 from '!folders!6Up7ddrphLept3RW' @ 72057594037927935 : 1 .. '!items!tusker0000000000' @ 0 : 0; will stop at (end)
14 changes: 7 additions & 7 deletions packs/archetype/LOG.old
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2023/07/02-12:02:02.661 389a4 Recovering log #400
2023/07/02-12:02:02.664 389a4 Delete type=0 #400
2023/07/02-12:02:02.664 389a4 Delete type=3 #398
2023/07/02-12:34:02.677 8700 Level-0 table #405: started
2023/07/02-12:34:02.677 8700 Level-0 table #405: 0 bytes OK
2023/07/02-12:34:02.678 8700 Delete type=0 #403
2023/07/02-12:34:02.679 8700 Manual compaction at level-0 from '!folders!6Up7ddrphLept3RW' @ 72057594037927935 : 1 .. '!items!tusker0000000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:49.038 2fa48 Recovering log #408
2023/07/02-12:57:49.042 2fa48 Delete type=0 #408
2023/07/02-12:57:49.042 2fa48 Delete type=3 #406
2023/07/02-17:18:53.432 8700 Level-0 table #413: started
2023/07/02-17:18:53.432 8700 Level-0 table #413: 0 bytes OK
2023/07/02-17:18:53.432 8700 Delete type=0 #411
2023/07/02-17:18:53.435 8700 Manual compaction at level-0 from '!folders!6Up7ddrphLept3RW' @ 72057594037927935 : 1 .. '!items!tusker0000000000' @ 0 : 0; will stop at (end)
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/armor/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-001025
MANIFEST-001033
16 changes: 8 additions & 8 deletions packs/armor/LOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:34:23.611 2554c Recovering log #1023
2023/07/02-12:34:23.616 2554c Delete type=0 #1023
2023/07/02-12:34:23.616 2554c Delete type=3 #1021
2023/07/02-12:57:29.694 8700 Level-0 table #1028: started
2023/07/02-12:57:29.694 8700 Level-0 table #1028: 0 bytes OK
2023/07/02-12:57:29.695 8700 Delete type=0 #1026
2023/07/02-12:57:29.697 8700 Manual compaction at level-0 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
2023/07/02-12:57:29.697 8700 Manual compaction at level-1 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
2023/07/02-17:19:45.960 23cb8 Recovering log #1031
2023/07/02-17:19:45.965 23cb8 Delete type=0 #1031
2023/07/02-17:19:45.965 23cb8 Delete type=3 #1029
2023/07/02-17:20:21.598 8114 Level-0 table #1036: started
2023/07/02-17:20:21.598 8114 Level-0 table #1036: 0 bytes OK
2023/07/02-17:20:21.599 8114 Delete type=0 #1034
2023/07/02-17:20:21.600 8114 Manual compaction at level-0 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
2023/07/02-17:20:21.600 8114 Manual compaction at level-1 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
16 changes: 8 additions & 8 deletions packs/armor/LOG.old
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:02:02.661 2fe90 Recovering log #1019
2023/07/02-12:02:02.664 2fe90 Delete type=0 #1019
2023/07/02-12:02:02.664 2fe90 Delete type=3 #1017
2023/07/02-12:34:02.678 8700 Level-0 table #1024: started
2023/07/02-12:34:02.678 8700 Level-0 table #1024: 0 bytes OK
2023/07/02-12:34:02.679 8700 Delete type=0 #1022
2023/07/02-12:34:02.679 8700 Manual compaction at level-0 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
2023/07/02-12:34:02.679 8700 Manual compaction at level-1 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
2023/07/02-12:57:49.038 2fe90 Recovering log #1027
2023/07/02-12:57:49.042 2fe90 Delete type=0 #1027
2023/07/02-12:57:49.042 2fe90 Delete type=3 #1025
2023/07/02-17:18:53.434 8700 Level-0 table #1032: started
2023/07/02-17:18:53.434 8700 Level-0 table #1032: 0 bytes OK
2023/07/02-17:18:53.435 8700 Delete type=0 #1030
2023/07/02-17:18:53.435 8700 Manual compaction at level-0 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
2023/07/02-17:18:53.435 8700 Manual compaction at level-1 from '!folders!HVRX1hdeNtvlHbQs' @ 72057594037927935 : 1 .. '!items!studdedleatherar' @ 0 : 0; will stop at (end)
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/background/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-001026
MANIFEST-001034
16 changes: 8 additions & 8 deletions packs/background/LOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:34:23.618 389a4 Recovering log #1024
2023/07/02-12:34:23.621 389a4 Delete type=0 #1024
2023/07/02-12:34:23.621 389a4 Delete type=3 #1022
2023/07/02-12:57:29.695 8700 Level-0 table #1029: started
2023/07/02-12:57:29.695 8700 Level-0 table #1029: 0 bytes OK
2023/07/02-12:57:29.696 8700 Delete type=0 #1027
2023/07/02-12:57:29.697 8700 Manual compaction at level-0 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:29.697 8700 Manual compaction at level-1 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
2023/07/02-17:19:45.967 2f590 Recovering log #1032
2023/07/02-17:19:45.971 2f590 Delete type=0 #1032
2023/07/02-17:19:45.971 2f590 Delete type=3 #1030
2023/07/02-17:20:21.599 8114 Level-0 table #1037: started
2023/07/02-17:20:21.599 8114 Level-0 table #1037: 0 bytes OK
2023/07/02-17:20:21.600 8114 Delete type=0 #1035
2023/07/02-17:20:21.600 8114 Manual compaction at level-0 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
2023/07/02-17:20:21.600 8114 Manual compaction at level-1 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
16 changes: 8 additions & 8 deletions packs/background/LOG.old
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:02:02.667 2554c Recovering log #1020
2023/07/02-12:02:02.671 2554c Delete type=0 #1020
2023/07/02-12:02:02.671 2554c Delete type=3 #1018
2023/07/02-12:34:02.679 8700 Level-0 table #1025: started
2023/07/02-12:34:02.680 8700 Level-0 table #1025: 0 bytes OK
2023/07/02-12:34:02.681 8700 Delete type=0 #1023
2023/07/02-12:34:02.686 8700 Manual compaction at level-0 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
2023/07/02-12:34:02.686 8700 Manual compaction at level-1 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
2023/07/02-12:57:49.045 2554c Recovering log #1028
2023/07/02-12:57:49.049 2554c Delete type=0 #1028
2023/07/02-12:57:49.049 2554c Delete type=3 #1026
2023/07/02-17:18:53.436 8700 Level-0 table #1033: started
2023/07/02-17:18:53.436 8700 Level-0 table #1033: 0 bytes OK
2023/07/02-17:18:53.438 8700 Delete type=0 #1031
2023/07/02-17:18:53.446 8700 Manual compaction at level-0 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
2023/07/02-17:18:53.446 8700 Manual compaction at level-1 from '!items!acolyte000000000' @ 72057594037927935 : 1 .. '!items!wanderer00000000' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file removed packs/playtest/000164.ldb
Binary file not shown.
File renamed without changes.
Binary file added packs/playtest/000229.ldb
Binary file not shown.
2 changes: 1 addition & 1 deletion packs/playtest/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000217
MANIFEST-000225
23 changes: 15 additions & 8 deletions packs/playtest/LOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
2023/07/02-12:34:23.625 2fe90 Recovering log #215
2023/07/02-12:34:23.629 2fe90 Delete type=0 #215
2023/07/02-12:34:23.629 2fe90 Delete type=3 #213
2023/07/02-12:57:29.729 8700 Level-0 table #220: started
2023/07/02-12:57:29.729 8700 Level-0 table #220: 0 bytes OK
2023/07/02-12:57:29.731 8700 Delete type=0 #218
2023/07/02-12:57:29.731 8700 Manual compaction at level-0 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
2023/07/02-12:57:29.731 8700 Manual compaction at level-1 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
2023/07/02-17:19:45.974 c658 Recovering log #223
2023/07/02-17:19:45.978 c658 Delete type=0 #223
2023/07/02-17:19:45.978 c658 Delete type=3 #221
2023/07/02-17:20:21.616 8114 Level-0 table #228: started
2023/07/02-17:20:21.618 8114 Level-0 table #228: 112345 bytes OK
2023/07/02-17:20:21.620 8114 Delete type=0 #226
2023/07/02-17:20:21.620 8114 Manual compaction at level-0 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
2023/07/02-17:20:21.620 8114 Manual compaction at level-1 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at '!adventures!F8AILycmdj2kuOVa' @ 8 : 1
2023/07/02-17:20:21.620 8114 Compacting 1@1 + 1@2 files
2023/07/02-17:20:21.624 8114 Generated table #229@1: 1 keys, 112345 bytes
2023/07/02-17:20:21.624 8114 Compacted 1@1 + 1@2 files => 112345 bytes
2023/07/02-17:20:21.625 8114 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/07/02-17:20:21.625 8114 Delete type=2 #164
2023/07/02-17:20:21.627 8114 Delete type=2 #228
2023/07/02-17:20:21.627 8114 Manual compaction at level-1 from '!adventures!F8AILycmdj2kuOVa' @ 8 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
16 changes: 8 additions & 8 deletions packs/playtest/LOG.old
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2023/07/02-12:02:02.676 2fe90 Recovering log #211
2023/07/02-12:02:02.680 2fe90 Delete type=0 #211
2023/07/02-12:02:02.680 2fe90 Delete type=3 #209
2023/07/02-12:34:02.718 8700 Level-0 table #216: started
2023/07/02-12:34:02.718 8700 Level-0 table #216: 0 bytes OK
2023/07/02-12:34:02.721 8700 Delete type=0 #214
2023/07/02-12:34:02.721 8700 Manual compaction at level-0 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
2023/07/02-12:34:02.721 8700 Manual compaction at level-1 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
2023/07/02-12:57:49.054 2fe90 Recovering log #219
2023/07/02-12:57:49.058 2fe90 Delete type=0 #219
2023/07/02-12:57:49.058 2fe90 Delete type=3 #217
2023/07/02-17:18:53.476 8700 Level-0 table #224: started
2023/07/02-17:18:53.476 8700 Level-0 table #224: 0 bytes OK
2023/07/02-17:18:53.478 8700 Delete type=0 #222
2023/07/02-17:18:53.478 8700 Manual compaction at level-0 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
2023/07/02-17:18:53.478 8700 Manual compaction at level-1 from '!adventures!F8AILycmdj2kuOVa' @ 72057594037927935 : 1 .. '!adventures!F8AILycmdj2kuOVa' @ 0 : 0; will stop at (end)
Binary file removed packs/playtest/MANIFEST-000217
Binary file not shown.
Binary file added packs/playtest/MANIFEST-000225
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/pregens/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000589
MANIFEST-000597
Loading

0 comments on commit c2c5eb6

Please sign in to comment.