Compare commits
No commits in common. "main" and "1.0.0" have entirely different histories.
@ -2,7 +2,7 @@
|
||||
"name": "RaiderSpawnFix",
|
||||
"author": "Chomp",
|
||||
"version": "1.0.0",
|
||||
"akiVersion": "2.2.x",
|
||||
"akiVersion": "2.1.0",
|
||||
"license": "N/A",
|
||||
"main": "modloader.js",
|
||||
"contributors": ["StealthSuit", "CWX", "ThatGuyXIV"]
|
||||
|
@ -5,7 +5,7 @@ class Mod
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
Logger.info(`Loading: ${modName} 1.1.0`);
|
||||
Logger.info(`Loading: ${modName} 1.0.0`);
|
||||
let changeCount = 0;
|
||||
|
||||
const labsBosses = DatabaseServer.tables.locations.laboratory.base.BossLocationSpawn;
|
||||
@ -15,7 +15,6 @@ class Mod
|
||||
if (spawn1)
|
||||
{
|
||||
spawn1.TriggerId = "00404";
|
||||
spawn1.BossChance = 100;
|
||||
changeCount++;
|
||||
}
|
||||
|
||||
@ -23,7 +22,6 @@ class Mod
|
||||
if (spawn2)
|
||||
{
|
||||
spawn2.TriggerId = "00409";
|
||||
spawn2.BossChance = 100;
|
||||
changeCount++;
|
||||
}
|
||||
|
||||
@ -31,7 +29,6 @@ class Mod
|
||||
if (spawn3)
|
||||
{
|
||||
spawn3.TriggerId = "autoId_00632_EXFIL";
|
||||
spawn3.BossChance = 100;
|
||||
changeCount++;
|
||||
}
|
||||
|
||||
@ -39,7 +36,6 @@ class Mod
|
||||
if (spawn4)
|
||||
{
|
||||
spawn4.TriggerId = "autoId_00000_D2_LEVER";
|
||||
spawn4.BossChance = 100;
|
||||
changeCount++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user