Add spells and psychics powers

This commit is contained in:
LeRatierBretonnien 2023-10-29 23:38:10 +01:00
parent dc5a1056b7
commit 02bf6cc10a
60 changed files with 238 additions and 180 deletions

View File

@ -41,6 +41,8 @@ export class DarkStarsActorSheet extends ActorSheet {
perks: this.actor.getPerks( ),
weapons: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getWeapons()) ),
ammos: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getAmmos()) ),
spells: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getSpells()) ),
powers: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getPowers()) ),
armors: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getArmors())),
shields: this.actor.checkAndPrepareEquipments( duplicate(this.actor.getShields())),
equipments: this.actor.checkAndPrepareEquipments(duplicate(this.actor.getEquipmentsOnly()) ),

View File

@ -130,6 +130,16 @@ export class DarkStarsActor extends Actor {
DarkStarsUtility.sortArrayObjectsByName(comp)
return comp;
}
getSpells() {
let comp = duplicate(this.items.filter(item => item.type == 'spell') || []);
DarkStarsUtility.sortArrayObjectsByName(comp)
return comp;
}
getPowers() {
let comp = duplicate(this.items.filter(item => item.type == 'psychic') || []);
DarkStarsUtility.sortArrayObjectsByName(comp)
return comp;
}
getEquippedArmor() {
let comp = this.items.find(item => item.type == 'armor' && item.system.equipped)
if (comp) {

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.263368 7f5610ff96c0 Recovering log #136
2023/10/29-23:18:03.272973 7f5610ff96c0 Delete type=3 #134
2023/10/29-23:18:03.273033 7f5610ff96c0 Delete type=0 #136
2023/10/29-23:22:59.114098 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.114130 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.122977 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.137181 7f56037fe6c0 Manual compaction at level-0 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143842 7f56037fe6c0 Manual compaction at level-1 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-23:31:17.929984 7f56117fa6c0 Recovering log #140
2023/10/29-23:31:17.982863 7f56117fa6c0 Delete type=3 #138
2023/10/29-23:31:17.982953 7f56117fa6c0 Delete type=0 #140
2023/10/29-23:37:49.276844 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.276878 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.283239 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.283442 7f56037fe6c0 Manual compaction at level-0 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.283477 7f56037fe6c0 Manual compaction at level-1 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/29-20:24:19.254963 7f5610ff96c0 Recovering log #132
2023/10/29-20:24:19.302366 7f5610ff96c0 Delete type=3 #130
2023/10/29-20:24:19.302434 7f5610ff96c0 Delete type=0 #132
2023/10/29-20:42:37.996035 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:37.996066 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.002390 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.014342 7f56037fe6c0 Manual compaction at level-0 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.025004 7f56037fe6c0 Manual compaction at level-1 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.263368 7f5610ff96c0 Recovering log #136
2023/10/29-23:18:03.272973 7f5610ff96c0 Delete type=3 #134
2023/10/29-23:18:03.273033 7f5610ff96c0 Delete type=0 #136
2023/10/29-23:22:59.114098 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.114130 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.122977 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.137181 7f56037fe6c0 Manual compaction at level-0 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143842 7f56037fe6c0 Manual compaction at level-1 from '!items!3O3MjRkrmX4HeaPY' @ 72057594037927935 : 1 .. '!items!q9JGWL4y4udYrzvD' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/armor/MANIFEST-000142 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,7 +1,7 @@
2023/10/29-23:18:03.312598 7f5610ff96c0 Recovering log #136
2023/10/29-23:18:03.323841 7f5610ff96c0 Delete type=3 #134
2023/10/29-23:18:03.323912 7f5610ff96c0 Delete type=0 #136
2023/10/29-23:22:59.143970 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.144000 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.150731 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169945 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.172067 7f56117fa6c0 Recovering log #140
2023/10/29-23:31:18.222141 7f56117fa6c0 Delete type=3 #138
2023/10/29-23:31:18.222239 7f56117fa6c0 Delete type=0 #140
2023/10/29-23:37:49.304351 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.304405 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.310587 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.310811 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/29-20:24:19.456549 7f5610ff96c0 Recovering log #132
2023/10/29-20:24:19.505334 7f5610ff96c0 Delete type=3 #130
2023/10/29-20:24:19.505388 7f5610ff96c0 Delete type=0 #132
2023/10/29-20:42:38.025024 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.025069 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.037447 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.054244 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.312598 7f5610ff96c0 Recovering log #136
2023/10/29-23:18:03.323841 7f5610ff96c0 Delete type=3 #134
2023/10/29-23:18:03.323912 7f5610ff96c0 Delete type=0 #136
2023/10/29-23:22:59.143970 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.144000 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.150731 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169945 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,7 +1,7 @@
2023/10/29-23:18:03.325846 7f5611ffb6c0 Recovering log #136
2023/10/29-23:18:03.335459 7f5611ffb6c0 Delete type=3 #134
2023/10/29-23:18:03.335539 7f5611ffb6c0 Delete type=0 #136
2023/10/29-23:22:59.150864 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.150893 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.156833 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169957 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.223966 7f5611ffb6c0 Recovering log #140
2023/10/29-23:31:18.265607 7f5611ffb6c0 Delete type=3 #138
2023/10/29-23:31:18.265707 7f5611ffb6c0 Delete type=0 #140
2023/10/29-23:37:49.310911 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.311047 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.317632 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.337853 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/29-20:24:19.506976 7f5611ffb6c0 Recovering log #132
2023/10/29-20:24:19.538941 7f5611ffb6c0 Delete type=3 #130
2023/10/29-20:24:19.539037 7f5611ffb6c0 Delete type=0 #132
2023/10/29-20:42:38.046564 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.046590 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.054028 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.054290 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.325846 7f5611ffb6c0 Recovering log #136
2023/10/29-23:18:03.335459 7f5611ffb6c0 Delete type=3 #134
2023/10/29-23:18:03.335539 7f5611ffb6c0 Delete type=0 #136
2023/10/29-23:22:59.150864 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.150893 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.156833 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169957 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000067
MANIFEST-000071

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.364440 7f5610ff96c0 Recovering log #64
2023/10/29-23:18:03.373971 7f5610ff96c0 Delete type=3 #62
2023/10/29-23:18:03.374029 7f5610ff96c0 Delete type=0 #64
2023/10/29-23:22:59.170102 7f56037fe6c0 Level-0 table #70: started
2023/10/29-23:22:59.170132 7f56037fe6c0 Level-0 table #70: 0 bytes OK
2023/10/29-23:22:59.176387 7f56037fe6c0 Delete type=0 #68
2023/10/29-23:22:59.184020 7f56037fe6c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.184054 7f56037fe6c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.438487 7f56117fa6c0 Recovering log #69
2023/10/29-23:31:18.492811 7f56117fa6c0 Delete type=3 #67
2023/10/29-23:31:18.492904 7f56117fa6c0 Delete type=0 #69
2023/10/29-23:37:49.324508 7f56037fe6c0 Level-0 table #74: started
2023/10/29-23:37:49.324550 7f56037fe6c0 Level-0 table #74: 0 bytes OK
2023/10/29-23:37:49.330736 7f56037fe6c0 Delete type=0 #72
2023/10/29-23:37:49.337897 7f56037fe6c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.337946 7f56037fe6c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)

View File

@ -1,15 +1,8 @@
2023/10/29-20:24:19.652047 7f5610ff96c0 Recovering log #60
2023/10/29-20:24:19.700330 7f5610ff96c0 Delete type=3 #58
2023/10/29-20:24:19.700381 7f5610ff96c0 Delete type=0 #60
2023/10/29-20:42:38.060630 7f56037fe6c0 Level-0 table #65: started
2023/10/29-20:42:38.064151 7f56037fe6c0 Level-0 table #65: 3369 bytes OK
2023/10/29-20:42:38.071233 7f56037fe6c0 Delete type=0 #63
2023/10/29-20:42:38.081584 7f56037fe6c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.081614 7f56037fe6c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at '!items!zjxV4mcELwbZU8Et' @ 336 : 0
2023/10/29-20:42:38.081622 7f56037fe6c0 Compacting 1@1 + 1@2 files
2023/10/29-20:42:38.085666 7f56037fe6c0 Generated table #66@1: 113 keys, 34759 bytes
2023/10/29-20:42:38.085699 7f56037fe6c0 Compacted 1@1 + 1@2 files => 34759 bytes
2023/10/29-20:42:38.091855 7f56037fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/10/29-20:42:38.091999 7f56037fe6c0 Delete type=2 #5
2023/10/29-20:42:38.092185 7f56037fe6c0 Delete type=2 #65
2023/10/29-20:42:38.102541 7f56037fe6c0 Manual compaction at level-1 from '!items!zjxV4mcELwbZU8Et' @ 336 : 0 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.364440 7f5610ff96c0 Recovering log #64
2023/10/29-23:18:03.373971 7f5610ff96c0 Delete type=3 #62
2023/10/29-23:18:03.374029 7f5610ff96c0 Delete type=0 #64
2023/10/29-23:22:59.170102 7f56037fe6c0 Level-0 table #70: started
2023/10/29-23:22:59.170132 7f56037fe6c0 Level-0 table #70: 0 bytes OK
2023/10/29-23:22:59.176387 7f56037fe6c0 Delete type=0 #68
2023/10/29-23:22:59.184020 7f56037fe6c0 Manual compaction at level-0 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.184054 7f56037fe6c0 Manual compaction at level-1 from '!items!0SbSmYdxJSlcNr6x' @ 72057594037927935 : 1 .. '!items!yyCPVVl8vmMOfPcN' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.275156 7f5611ffb6c0 Recovering log #136
2023/10/29-23:18:03.285672 7f5611ffb6c0 Delete type=3 #134
2023/10/29-23:18:03.285737 7f5611ffb6c0 Delete type=0 #136
2023/10/29-23:22:59.129992 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.130033 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.137015 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.143831 7f56037fe6c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143861 7f56037fe6c0 Manual compaction at level-1 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2023/10/29-23:31:17.984959 7f5611ffb6c0 Recovering log #140
2023/10/29-23:31:18.036613 7f5611ffb6c0 Delete type=3 #138
2023/10/29-23:31:18.036664 7f5611ffb6c0 Delete type=0 #140
2023/10/29-23:37:49.283537 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.283589 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.290495 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.310755 7f56037fe6c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.310826 7f56037fe6c0 Manual compaction at level-1 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,8 @@
2023/10/29-20:24:19.304286 7f5611ffb6c0 Recovering log #132
2023/10/29-20:24:19.351007 7f5611ffb6c0 Delete type=3 #130
2023/10/29-20:24:19.351075 7f5611ffb6c0 Delete type=0 #132
2023/10/29-20:42:38.002534 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.007949 7f56037fe6c0 Level-0 table #137: 178833 bytes OK
2023/10/29-20:42:38.014101 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.024981 7f56037fe6c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.275156 7f5611ffb6c0 Recovering log #136
2023/10/29-23:18:03.285672 7f5611ffb6c0 Delete type=3 #134
2023/10/29-23:18:03.285737 7f5611ffb6c0 Delete type=0 #136
2023/10/29-23:22:59.129992 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.130033 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.137015 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.143831 7f56037fe6c0 Manual compaction at level-0 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143861 7f56037fe6c0 Manual compaction at level-1 from '!items!05RVU3UcRabogEvL' @ 72057594037927935 : 1 .. '!items!xNmOdMs4rQ0yiVzg' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000015
MANIFEST-000019

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.376448 7f5611ffb6c0 Recovering log #12
2023/10/29-23:18:03.387048 7f5611ffb6c0 Delete type=3 #10
2023/10/29-23:18:03.387107 7f5611ffb6c0 Delete type=0 #12
2023/10/29-23:22:59.176500 7f56037fe6c0 Level-0 table #18: started
2023/10/29-23:22:59.176528 7f56037fe6c0 Level-0 table #18: 0 bytes OK
2023/10/29-23:22:59.183892 7f56037fe6c0 Delete type=0 #16
2023/10/29-23:22:59.184045 7f56037fe6c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.184084 7f56037fe6c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.494918 7f5611ffb6c0 Recovering log #17
2023/10/29-23:31:18.543367 7f5611ffb6c0 Delete type=3 #15
2023/10/29-23:31:18.543420 7f5611ffb6c0 Delete type=0 #17
2023/10/29-23:37:49.338046 7f56037fe6c0 Level-0 table #22: started
2023/10/29-23:37:49.338094 7f56037fe6c0 Level-0 table #22: 0 bytes OK
2023/10/29-23:37:49.344365 7f56037fe6c0 Delete type=0 #20
2023/10/29-23:37:49.344491 7f56037fe6c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.344516 7f56037fe6c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)

View File

@ -1,15 +1,8 @@
2023/10/29-20:24:19.703683 7f5611ffb6c0 Recovering log #8
2023/10/29-20:24:19.760053 7f5611ffb6c0 Delete type=3 #6
2023/10/29-20:24:19.760113 7f5611ffb6c0 Delete type=0 #8
2023/10/29-20:42:38.071393 7f56037fe6c0 Level-0 table #13: started
2023/10/29-20:42:38.074901 7f56037fe6c0 Level-0 table #13: 20530 bytes OK
2023/10/29-20:42:38.081359 7f56037fe6c0 Delete type=0 #11
2023/10/29-20:42:38.081595 7f56037fe6c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.092323 7f56037fe6c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at '!items!zJiASbV3QqH2oHb1' @ 122 : 1
2023/10/29-20:42:38.092341 7f56037fe6c0 Compacting 1@1 + 1@2 files
2023/10/29-20:42:38.095709 7f56037fe6c0 Generated table #14@1: 25 keys, 9615 bytes
2023/10/29-20:42:38.095738 7f56037fe6c0 Compacted 1@1 + 1@2 files => 9615 bytes
2023/10/29-20:42:38.102168 7f56037fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/10/29-20:42:38.102326 7f56037fe6c0 Delete type=2 #9
2023/10/29-20:42:38.102468 7f56037fe6c0 Delete type=2 #13
2023/10/29-20:42:38.102563 7f56037fe6c0 Manual compaction at level-1 from '!items!zJiASbV3QqH2oHb1' @ 122 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.376448 7f5611ffb6c0 Recovering log #12
2023/10/29-23:18:03.387048 7f5611ffb6c0 Delete type=3 #10
2023/10/29-23:18:03.387107 7f5611ffb6c0 Delete type=0 #12
2023/10/29-23:22:59.176500 7f56037fe6c0 Level-0 table #18: started
2023/10/29-23:22:59.176528 7f56037fe6c0 Level-0 table #18: 0 bytes OK
2023/10/29-23:22:59.183892 7f56037fe6c0 Delete type=0 #16
2023/10/29-23:22:59.184045 7f56037fe6c0 Manual compaction at level-0 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.184084 7f56037fe6c0 Manual compaction at level-1 from '!items!56A3sVsiN7KI6a45' @ 72057594037927935 : 1 .. '!items!zJiASbV3QqH2oHb1' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.351155 7f56117fa6c0 Recovering log #136
2023/10/29-23:18:03.361595 7f56117fa6c0 Delete type=3 #134
2023/10/29-23:18:03.361648 7f56117fa6c0 Delete type=0 #136
2023/10/29-23:22:59.163288 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.163313 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.169835 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169984 7f56037fe6c0 Manual compaction at level-0 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.170013 7f56037fe6c0 Manual compaction at level-1 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.352208 7f5610ff96c0 Recovering log #140
2023/10/29-23:31:18.436200 7f5610ff96c0 Delete type=3 #138
2023/10/29-23:31:18.436263 7f5610ff96c0 Delete type=0 #140
2023/10/29-23:37:49.330846 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.330869 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.337661 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.337914 7f56037fe6c0 Manual compaction at level-0 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.337961 7f56037fe6c0 Manual compaction at level-1 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/29-20:24:19.598782 7f5603fff6c0 Recovering log #132
2023/10/29-20:24:19.649199 7f5603fff6c0 Delete type=3 #130
2023/10/29-20:24:19.649294 7f5603fff6c0 Delete type=0 #132
2023/10/29-20:42:38.054355 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.054382 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.060415 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.081569 7f56037fe6c0 Manual compaction at level-0 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.081603 7f56037fe6c0 Manual compaction at level-1 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.351155 7f56117fa6c0 Recovering log #136
2023/10/29-23:18:03.361595 7f56117fa6c0 Delete type=3 #134
2023/10/29-23:18:03.361648 7f56117fa6c0 Delete type=0 #136
2023/10/29-23:22:59.163288 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.163313 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.169835 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169984 7f56037fe6c0 Manual compaction at level-0 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.170013 7f56037fe6c0 Manual compaction at level-1 from '!items!0LA7gMBDogO56AZK' @ 72057594037927935 : 1 .. '!items!zwZoHMkWYtMCNx9f' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/perks/MANIFEST-000142 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,7 +1,7 @@
2023/10/29-23:18:03.288243 7f5603fff6c0 Recovering log #136
2023/10/29-23:18:03.298374 7f5603fff6c0 Delete type=3 #134
2023/10/29-23:18:03.298481 7f5603fff6c0 Delete type=0 #136
2023/10/29-23:22:59.123190 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.123237 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.129849 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.143641 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.040442 7f5603fff6c0 Recovering log #140
2023/10/29-23:31:18.100074 7f5603fff6c0 Delete type=3 #138
2023/10/29-23:31:18.100170 7f5603fff6c0 Delete type=0 #140
2023/10/29-23:37:49.290582 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.290606 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.296703 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.310776 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/29-20:24:19.352873 7f56117fa6c0 Recovering log #132
2023/10/29-20:24:19.401797 7f56117fa6c0 Delete type=3 #130
2023/10/29-20:24:19.401866 7f56117fa6c0 Delete type=0 #132
2023/10/29-20:42:37.989720 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:37.989749 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:37.995925 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.014322 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.288243 7f5603fff6c0 Recovering log #136
2023/10/29-23:18:03.298374 7f5603fff6c0 Delete type=3 #134
2023/10/29-23:18:03.298481 7f5603fff6c0 Delete type=0 #136
2023/10/29-23:22:59.123190 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.123237 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.129849 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.143641 7f56037fe6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.336985 7f5603fff6c0 Recovering log #136
2023/10/29-23:18:03.348011 7f5603fff6c0 Delete type=3 #134
2023/10/29-23:18:03.348152 7f5603fff6c0 Delete type=0 #136
2023/10/29-23:22:59.156910 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.156932 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.163186 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169973 7f56037fe6c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.170004 7f56037fe6c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.266929 7f5603fff6c0 Recovering log #140
2023/10/29-23:31:18.350204 7f5603fff6c0 Delete type=3 #138
2023/10/29-23:31:18.350298 7f5603fff6c0 Delete type=0 #140
2023/10/29-23:37:49.317738 7f56037fe6c0 Level-0 table #145: started
2023/10/29-23:37:49.317765 7f56037fe6c0 Level-0 table #145: 0 bytes OK
2023/10/29-23:37:49.324369 7f56037fe6c0 Delete type=0 #143
2023/10/29-23:37:49.337878 7f56037fe6c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.337930 7f56037fe6c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/29-20:24:19.540649 7f56117fa6c0 Recovering log #132
2023/10/29-20:24:19.597149 7f56117fa6c0 Delete type=3 #130
2023/10/29-20:24:19.597200 7f56117fa6c0 Delete type=0 #132
2023/10/29-20:42:38.037559 7f56037fe6c0 Level-0 table #137: started
2023/10/29-20:42:38.037586 7f56037fe6c0 Level-0 table #137: 0 bytes OK
2023/10/29-20:42:38.046424 7f56037fe6c0 Delete type=0 #135
2023/10/29-20:42:38.054279 7f56037fe6c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.054309 7f56037fe6c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.336985 7f5603fff6c0 Recovering log #136
2023/10/29-23:18:03.348011 7f5603fff6c0 Delete type=3 #134
2023/10/29-23:18:03.348152 7f5603fff6c0 Delete type=0 #136
2023/10/29-23:22:59.156910 7f56037fe6c0 Level-0 table #141: started
2023/10/29-23:22:59.156932 7f56037fe6c0 Level-0 table #141: 0 bytes OK
2023/10/29-23:22:59.163186 7f56037fe6c0 Delete type=0 #139
2023/10/29-23:22:59.169973 7f56037fe6c0 Manual compaction at level-0 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.170004 7f56037fe6c0 Manual compaction at level-1 from '!items!5YJWuGaagmi1dgbv' @ 72057594037927935 : 1 .. '!items!yo7mOkfbbOogx8na' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000139
MANIFEST-000143

View File

@ -1,8 +1,8 @@
2023/10/29-23:18:03.300762 7f56117fa6c0 Recovering log #137
2023/10/29-23:18:03.310829 7f56117fa6c0 Delete type=3 #135
2023/10/29-23:18:03.310884 7f56117fa6c0 Delete type=0 #137
2023/10/29-23:22:59.137203 7f56037fe6c0 Level-0 table #142: started
2023/10/29-23:22:59.137245 7f56037fe6c0 Level-0 table #142: 0 bytes OK
2023/10/29-23:22:59.143514 7f56037fe6c0 Delete type=0 #140
2023/10/29-23:22:59.143853 7f56037fe6c0 Manual compaction at level-0 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143869 7f56037fe6c0 Manual compaction at level-1 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)
2023/10/29-23:31:18.101982 7f5610ff96c0 Recovering log #141
2023/10/29-23:31:18.169683 7f5610ff96c0 Delete type=3 #139
2023/10/29-23:31:18.169778 7f5610ff96c0 Delete type=0 #141
2023/10/29-23:37:49.296947 7f56037fe6c0 Level-0 table #146: started
2023/10/29-23:37:49.296972 7f56037fe6c0 Level-0 table #146: 0 bytes OK
2023/10/29-23:37:49.304142 7f56037fe6c0 Delete type=0 #144
2023/10/29-23:37:49.310795 7f56037fe6c0 Manual compaction at level-0 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)
2023/10/29-23:37:49.310843 7f56037fe6c0 Manual compaction at level-1 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/29-20:24:19.404216 7f5603fff6c0 Recovering log #133
2023/10/29-20:24:19.454684 7f5603fff6c0 Delete type=3 #131
2023/10/29-20:24:19.454742 7f5603fff6c0 Delete type=0 #133
2023/10/29-20:42:38.014353 7f56037fe6c0 Level-0 table #138: started
2023/10/29-20:42:38.014380 7f56037fe6c0 Level-0 table #138: 0 bytes OK
2023/10/29-20:42:38.024839 7f56037fe6c0 Delete type=0 #136
2023/10/29-20:42:38.037541 7f56037fe6c0 Manual compaction at level-0 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)
2023/10/29-20:42:38.054264 7f56037fe6c0 Manual compaction at level-1 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)
2023/10/29-23:18:03.300762 7f56117fa6c0 Recovering log #137
2023/10/29-23:18:03.310829 7f56117fa6c0 Delete type=3 #135
2023/10/29-23:18:03.310884 7f56117fa6c0 Delete type=0 #137
2023/10/29-23:22:59.137203 7f56037fe6c0 Level-0 table #142: started
2023/10/29-23:22:59.137245 7f56037fe6c0 Level-0 table #142: 0 bytes OK
2023/10/29-23:22:59.143514 7f56037fe6c0 Delete type=0 #140
2023/10/29-23:22:59.143853 7f56037fe6c0 Manual compaction at level-0 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)
2023/10/29-23:22:59.143869 7f56037fe6c0 Manual compaction at level-1 from '!items!265V8wzrrH3EEgtM' @ 72057594037927935 : 1 .. '!items!zx96NZdE3GrK999G' @ 0 : 0; will stop at (end)

View File

@ -118,14 +118,14 @@
"styles": [
"styles/simple.css"
],
"version": "11.0.12",
"version": "11.0.13",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"title": "Dark Stars RPG",
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v11.0.12.zip",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v11.0.13.zip",
"url": "https://www.uberwald.me/gitea/uberwald/",
"background": "images/ui/dark_stars_welcome_page.webp",
"id": "fvtt-dark-stars"

View File

@ -16,7 +16,7 @@
<nav class="sheet-tabs tabs" data-group="primary">
<a class="item" data-tab="main">Main</a>
<a class="item" data-tab="skills">Skills</a>
<a class="item" data-tab="perks">Perks</a>
<a class="item" data-tab="perks">Perks/Powers/Spells</a>
<a class="item" data-tab="combat">Combat</a>
<a class="item" data-tab="equipment">Equipment</a>
<a class="item" data-tab="biodata">Biography</a>
@ -159,6 +159,65 @@
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img" src="{{perk.img}}" />
</a>
<span class="item-field-label-vlong2">{{perk.name}}</span>
<span class="item-field-label-medium margin-left-4"><label>{{perk.system.type}}</label></span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
{{/each}}
</ul>
<ul class="alternate-list item-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-name-label-header-long2">
<h3><label class="items-title-text">Psychic Powers</label></h3>
</span>
<span class="item-field-label-medium">
<label class="short-label">Level</label>
</span>
<div class="item-filler">&nbsp;</div>
<span class="item-field-label-medium">
<label class="short-label">&nbsp;</label>
</span>
</li>
{{#each powers as |power key|}}
<li class="item flexrow list-item list-item-shadow" data-item-id="{{power._id}}">
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img" src="{{power.img}}" />
</a>
<span class="item-field-label-vlong2">{{power.name}}</span>
<span class="item-field-label-medium margin-left-4"><label>{{power.system.level}}</label></span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>
{{/each}}
</ul>
<ul class="alternate-list item-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-name-label-header-long2">
<h3><label class="items-title-text">Spells</label></h3>
</span>
<span class="item-field-label-medium">
<label class="short-label">Level</label>
</span>
<div class="item-filler">&nbsp;</div>
<span class="item-field-label-medium">
<label class="short-label">&nbsp;</label>
</span>
</li>
{{#each spells as |spell key|}}
<li class="item flexrow list-item list-item-shadow" data-item-id="{{spell._id}}">
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img" src="{{spell.img}}" />
</a>
<span class="item-field-label-vlong2">{{spell.name}}</span>
<span class="item-field-label-medium margin-left-4"><label>{{spell.system.level}}</label></span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">