Comment out dogtag generation to fix reference errors. Reuploaded as v1.2.0
This commit is contained in:
parent
8b2fdec862
commit
32286b70c0
@ -11,14 +11,14 @@ import { ApplicationContext } from "@spt-aki/context/ApplicationContext";
|
||||
import { ContextVariableType } from "../types/context/ContextVariableType";
|
||||
import {StaticRouterModService} from "@spt-aki/services/mod/staticRouter/StaticRouterModService";
|
||||
import { Logger } from "./logger";
|
||||
import { IPreAkiLoadMod } from "@spt-aki/models/external/IPreAkiLoadMod";
|
||||
// import { IPreAkiLoadMod } from "@spt-aki/models/external/IPreAkiLoadMod";
|
||||
import { Scavs } from "./scavs";
|
||||
import { PMCs } from "./pmc";
|
||||
import { BotGenerator } from "@spt-aki/generators/BotGenerator";
|
||||
import { IBotBase } from "@spt-aki/models/eft/common/tables/IBotBase";
|
||||
|
||||
|
||||
class ValensProgression implements IPostDBLoadMod, IPreAkiLoadMod
|
||||
class ValensProgression implements IPostDBLoadMod
|
||||
{
|
||||
private logger: ILogger;
|
||||
private configServer: ConfigServer;
|
||||
@ -54,7 +54,7 @@ class ValensProgression implements IPostDBLoadMod, IPreAkiLoadMod
|
||||
this.pmcs.updatePmcs();
|
||||
}
|
||||
|
||||
public preAkiLoad(container: DependencyContainer): void
|
||||
/*public preAkiLoad(container: DependencyContainer): void
|
||||
{
|
||||
// We will save a reference to the dependency container to resolve dependencies
|
||||
// that we may need down the line
|
||||
@ -167,7 +167,7 @@ class ValensProgression implements IPostDBLoadMod, IPreAkiLoadMod
|
||||
|
||||
bearLvl.max = 70;
|
||||
bearLvl.min = 37;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
module.exports = { mod: new ValensProgression() }
|
@ -65,7 +65,7 @@ export class PMCs
|
||||
const tacticalVestArrayLL1 = ["5929a2a086f7744f4b234d43", "5e4abc1f86f774069619fbaa", "6034d0230ca681766b6a0fb5", "6034cf5fffd42c541047f72e", "572b7adb24597762ae139821", "5c0e3eb886f7742015526062"];
|
||||
const tacticalVestArrayLL2 = tacticalVestArrayLL1.concat(...["5d5d8ca986f7742798716522", "544a5caa4bdc2d1a388b4568", "5c0e446786f7742013381639", "592c2d1a86f7746dbe2af32a", "5d5d85c586f774279a21cbdb", "59e7643b86f7742cbf2c109", "5b44c8ea86f7742d1627baf1", "5ca20abf86f77418567a43f2", "5d5d646386f7742797261fd9", "5fd4c60f875c30179f5d04c2", "60a6220e953894617404b00a", "61bc85697113f767765c7fe7", "603648ff5a45383c122086ac", "5e4abfed86f77406a2713cf7"]);
|
||||
const tacticalVestArrayLL3 = tacticalVestArrayLL2.concat(...["60a3c70cde5f453f634816a3", "5648a69d4bdc2ded0b8b457b", "5ab8dced86f774646209ec87", "5ab8dab586f77441cd04f2a2", "60a621c49c197e4e8c4455e6", "5b44cad286f77402a54ae7e5", "5c0e6a1586f77404597b4965", "5c0e722886f7740458316a57", "5c0e746986f7741453628fe5", "5d5d87f786f77427997cfaef", "5df8a42886f77412640e2e75", "628d0618d1ba6e4fa07ce5a4", "61bcc89aef0f505f0c6cd0fc", "628dc750b910320f4c27a732", "628cd624459354321c4b7fa2"]);
|
||||
|
||||
|
||||
|
||||
// Earpiece Array
|
||||
const earpieceArrayLL1 = ["5b432b965acfc47a8774094e", "6033fa48ffd42c541047f728"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user