wroomba
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { gGame } from "../models/globals.js";
|
||||
import { Player } from "../models/player.js";
|
||||
|
||||
export class PlayerSeeder {
|
||||
seed() {
|
||||
|
||||
Reference in New Issue
Block a user