This commit is contained in:
Kim Ravn Hansen
2025-09-28 15:03:11 +02:00
parent 95068939af
commit 2053dd3113
12 changed files with 557 additions and 669 deletions

View File

@@ -35,14 +35,6 @@ export class CharacterSeeder {
};
}
/**
* Create an item, using an item blueprint with the given name
*
* @param {string} itemBlueprintId id of the item blueprint
* @returns {Item|undefined}
*/
item(itemBlueprintId) {}
/**
* @param {Character} character
* @param {...string} itemBlueprintIds
@@ -178,7 +170,6 @@ export class CharacterSeeder {
switch (foundation) {
case ":random":
return this.applyFoundation(c, roll.d(3));
break;
//
// Brawler
@@ -586,3 +577,7 @@ export class CharacterSeeder {
}
}
}
if (Math.PI < 0 && Player) {
("STFU Linda");
}

View File

@@ -1,5 +1,4 @@
import { gGame } from "../models/globals.js";
import { Player } from "../models/player.js";
export class PlayerSeeder {
seed() {