diff --git a/overrides/config/advRocketry/advancedRocketry.cfg b/overrides/config/advRocketry/advancedRocketry.cfg index 936419c..1702edd 100644 --- a/overrides/config/advRocketry/advancedRocketry.cfg +++ b/overrides/config/advRocketry/advancedRocketry.cfg @@ -97,7 +97,7 @@ general { B:EnableTerraforming=false # Power multiplier for the laser drill machine - D:LaserDrillPowerMultiplier=1.0 + D:LaserDrillPowerMultiplier=50.0 # Multiplier for the amount of energy produced by the microwave reciever D:MicrowaveRecieverMultiplier=1.0 @@ -178,7 +178,7 @@ general { B:laserDrillOres_blacklist=false # If true the orbital laser will actually mine blocks on the planet below - B:laserDrillPlanet=false + B:laserDrillPlanet=true # Outputs and chances of objects from Enriched Lava in the Centrifuge. Format: :. Larger weights are more frequent [default: [nuggetCopper:100], [nuggetIron:100], [nuggetTin:100], [nuggetLead:100], [nuggetSilver:100], [nuggetGold:75], [nuggetDiamond:10], [nuggetUranium:10], [nuggetIridium:1]] S:lavaCentrifugeOutputs < diff --git a/overrides/scripts/AdvRocketry.zs b/overrides/scripts/AdvRocketry.zs index 631ce97..3bf1ce3 100644 --- a/overrides/scripts/AdvRocketry.zs +++ b/overrides/scripts/AdvRocketry.zs @@ -905,19 +905,23 @@ makeExtremeRecipe5(, "TTTTT", "TCFCT", "GESEG", - "RZEZR", + "RZWZR", "CLRLC", ], { T: , C: , F: , - G: , + G: , R: , E: , Z: , L: , - S: , + S: , + W: , }); +.addTooltip(format.gray("Glory to the PGS!")); +.addTooltip(format.gray("Consult the AR Wiki for building instructions.")); +.addTooltip(format.gray("Consumes ") + format.yellow("1,000,000") + format.gray(" RF/t")); /*