random exclusions for star spawners

This commit is contained in:
Laetitia (O-01-67) 2023-02-23 10:46:11 -05:00 committed by GitHub
parent caba4ef2e1
commit fddd8015f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -43,6 +43,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -54,6 +57,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -65,6 +71,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -77,6 +86,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -88,6 +100,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -99,6 +114,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -111,6 +129,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -122,6 +143,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
@ -133,6 +157,9 @@ if(enabledMods.includes(variablesMod)) {
},
category: "stars",
state: "gas",
excludeRandom: true,
maxSize: 1,
cooldown: defaultCooldown,
density: 1000,
};
};