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