Archived
Disabled Boss Skeleton Key(Card) Spawning, Again
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
"KeycardPrice": 5000000,
|
||||
"KeyUses": 10,
|
||||
"KeycardUses": 6,
|
||||
"ContainersDropChance": {
|
||||
"Containers": {
|
||||
"578f8778245977358849a9b5": 8,
|
||||
"578f87b7245977356274f2cd": 5
|
||||
"578f87b7245977356274f2cd": 5,
|
||||
"64d11702dd0cd96ab82c3280": 10,
|
||||
"66acff0a1d8e1083b303f5af": 10
|
||||
},
|
||||
"BotDropChance": 0.05,
|
||||
"BannedBots": ["assault", "assaultgroup", "bear", "exusec", "usec", "pmcbear", "pmcbot", "pmcusec", "followerBully", "followerGluharAssault", "followerGluharScout", "followerGluharSecurity", "followerGluharSnipe", "followerKojaniy", "followerSanitar", "followerTagilla", "followerBirdEye", "followerBigPipe", "followerZryachiy", "followerTest", "followerBoar", "followerBoarClose1", "followerBoarClose2", "followerKolontayAssault", "followerKolontaySecurity"]
|
||||
|
||||
@@ -96,8 +96,8 @@ class Mod {
|
||||
this.addToStaticLoot(container, containerId, skeletonKeyId, dropchance); // Adds the Skeleton Key to jackets
|
||||
this.addToStaticLoot(container, containerId, keycardId, dropchance); // Adds the Skeleton Key to jackets
|
||||
}
|
||||
this.addToBossLoot(container, skeletonKeyId, botDropChance, bannedBots); // Adds the Skeleton Key to bosses
|
||||
this.addToBossLoot(container, keycardId, botDropChance, bannedBots); // Adds the Skeleton Keycard to bosses
|
||||
//this.addToBossLoot(container, skeletonKeyId, botDropChance, bannedBots); // Adds the Skeleton Key to bosses
|
||||
//this.addToBossLoot(container, keycardId, botDropChance, bannedBots); // Adds the Skeleton Keycard to bosses
|
||||
}
|
||||
postSptLoad(container) {
|
||||
const db = container.resolve("DatabaseServer");
|
||||
|
||||
@@ -138,8 +138,8 @@ class Mod implements IPostDBLoadMod, IPostSptLoadMod
|
||||
}
|
||||
|
||||
|
||||
this.addToBossLoot(container, skeletonKeyId, botDropChance, bannedBots); // Adds the Skeleton Key to bosses
|
||||
this.addToBossLoot(container, keycardId, botDropChance, bannedBots); // Adds the Skeleton Keycard to bosses
|
||||
//this.addToBossLoot(container, skeletonKeyId, botDropChance, bannedBots); // Adds the Skeleton Key to bosses
|
||||
//this.addToBossLoot(container, keycardId, botDropChance, bannedBots); // Adds the Skeleton Keycard to bosses
|
||||
}
|
||||
|
||||
public postSptLoad(container: DependencyContainer): void
|
||||
|
||||
Reference in New Issue
Block a user