Two more sector submissions
This commit is contained in:
@@ -2615,8 +2615,8 @@ public class Blocks{
|
||||
|
||||
thoriumReactor = new NuclearReactor("thorium-reactor"){{
|
||||
requirements(Category.power, with(Items.lead, 300, Items.silicon, 200, Items.graphite, 150, Items.thorium, 150, Items.metaglass, 50));
|
||||
ambientSound = Sounds.loopHum;
|
||||
ambientSoundVolume = 0.24f;
|
||||
ambientSound = Sounds.loopThoriumReactor;
|
||||
ambientSoundVolume = 0.11f;
|
||||
size = 3;
|
||||
health = 700;
|
||||
itemDuration = 360f;
|
||||
|
||||
@@ -63,6 +63,8 @@ public class SectorSubmissions{
|
||||
registerSerpuloSector(103, "enwyz", "https://discord.com/channels/391020510269669376/1379926839559979030/1429203869514207255");
|
||||
registerSerpuloSector(30, "cyan", "https://discord.com/channels/391020510269669376/1379926800854945823/1423932799647481910");
|
||||
registerSerpuloSector(20, "Namero", "https://discord.com/channels/391020510269669376/1379926794114961634/1406768731471872162");
|
||||
registerSerpuloSector(162, "Bravo Tizmo", "https://discord.com/channels/391020510269669376/1379926884606808247/1443239231366500415");
|
||||
registerSerpuloSector(230, "Jamespire", "https://discord.com/channels/391020510269669376/1379926927585841163/1442675816084406305");
|
||||
|
||||
/* UNUSED SECTORS:
|
||||
registerHiddenSectors(serpulo,
|
||||
|
||||
@@ -78,7 +78,7 @@ public class ForceProjector extends Block{
|
||||
hasItems = true;
|
||||
envEnabled |= Env.space;
|
||||
ambientSound = Sounds.loopShield;
|
||||
ambientSoundVolume = 0.08f;
|
||||
ambientSoundVolume = 0.1f;
|
||||
flags = EnumSet.of(BlockFlag.shield);
|
||||
|
||||
if(consumeCoolant){
|
||||
|
||||
Reference in New Issue
Block a user