Leaf Blower Revolution - Idle Game

Leaf Blower Revolution - Idle Game

32 ratings
An Actual Guide to getting Celestial Leaves
By {AVG} Burrito
A guide to getting celestial leaves, based on what I understand of the game so far.
   
Award
Favorite
Favorited
Unfavorite
Intro
Hey there. There's not a lot of guides or info on this game, as it's a niche idle game, but I wanted to share my method for getting celestial leaves.
Leaf Up
So, before you get to celestials, you'll need to get some BLC coins. As far as I can tell, you earn more BLC and regular coins with the brown (exotic) leafs in the Abyss.
Don't invest too much into the coin tree before you crunch, because it will reset your coins and coin upgrades. Get what's necessary for getting BLC coins but don't do anything too costly.

Once you've got enough BLC coins to unlock the Celestials area, 1 Million, You'll want to farm in the Abyss for a little bit and go through the leaf portal for coins. I'd recommend doing this a couple times before even messing with the Celestial Leafs.
Active Play
So you want to actively collect leafs?
Well, once you've unlocked the Celestial Plane, don't forget to reset for coins. If you want more, buy Prestige ++ after your first reset, then run it a few more times. It will help a little, but it's not necessary.

When you plan to face the celestial planes, be sure not to buy any Nuclear Fuel upgrades, or ALB Blower Power upgrades. both of these will make things MUCH slower.

In the Coin Shop, you'll want to buy More Celestial Leaves,all of the fruit upgrades, and Upgrade Discount. You'll also want to buy some Celestial Printers and some Gold Printers.
In the BLC Shop, you'll want to buy ALB Tools, Fruit Magnet, and later on Fruit Leaves. Most important to keep upgrading is Master of Leaves, Super Fruits (after Fruit Leaves), and What the Combo
Once you've entered the Celestial Plane, you'll want to equip the Paint Roller. This will have a better radius than bare hands but won't launch the leaves too far. With ALB blow power not upgraded, the amount of ALBs you'll have by now will blow the leaves into little clusters that you can use as shotgun blasts if you approach them from the right direction.

Don't forget to upgrade ALB damage and Player Damage in the Bismuth and Cosmic trees. Keep checking on them.
Leaf it Alone (Idle Play)
Got work? Need to sleep? Cook dinner and take a shower? If you're gonna be leaving your computer alone, there's two options to boost your Celestial Leaf Income.

Before you start, you'll want the upgrades mentioned in the Active Play section. You'll also want to make sure you have converters upgraded relatively well. This will let you produce a lot of gold leaves while in the Celestial Plane.

The first option is to Idle in the Celestial Planes. For this I recommend focusing more on the ALB damage than Player Damage upgrades. Sit in a far corner of the screen and watch, if your ALBs can destroy enemies without your help, then you're good to idle. If not, you may want to do option 2 for a bit, until you can upgrade them.

My second method improves the amount of Celestial Leafs you get indirectly. Instead of farming Celestial leaves, we leave the printers to make a small amount, and instead we idle in The Abyss. Be sure to turn off your Gold to Platinum Converter!
Personally, I use an Autohotkey to move the mouse 100 pixels to the right every second then turn around and do it the other way, then loop. If people ask for it I'll toss the script in here.
Alternatively, buy the compressor if you haven't already, and stand 1/3 of the way onto the screen, blowing all the leafs to one side, top, and bottom of you, off of the screen. If you're planning on idling for coins, go ahead and buy nuclear fuel.
Once you've idled in the abyss, you'll want to do one of two things:
Reset for coins, upgrade things (probably to max if idling overnight)
Upgrade Combo in Gold Leaves, return to celestial plane, and enjoy high combo celestial leaves.
Celestial Upgrades
The first upgrade I recommend getting is the Celestial Combo and ALBs love Seeds.

Other than that, active players should get More Enemies and Worthy Enemies, Idle players should get Worthy enemies and ALB Hit Damage. get Celestial Marketing when you can for both.
Auto Hotkey info
Autohotkey is a program that allows you to set up hotkeys to do things on your computer. Mine just moves the mouse back and forth.
Now there is a pair of lines that are repeated several times,
MouseMove, 100, 0, 100, R Sleep, 600
, and then there is a gap,
Sleep 1
You may have to change the first 100 to a bigger or smaller number, depending on the size of your monitor. After the gap, this number is -100, you will want to keep the absolute value of both numbers the same.
you may also have to change the sleep amount. It is in miliseconds.
[br][/br]
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #MaxThreadsPerHotkey 2 ^J:: ; Press Ctrl+J Toggle := !Toggle loop ; Starts the loop { If not Toggle break MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 MouseMove, 100, 0, 100, R Sleep, 600 Sleep, 1 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 MouseMove, -100, 0, 100, R Sleep, 600 }
17 Comments
Astralite 7 Feb, 2022 @ 3:09pm 
you don't need to not buy Nuclear Fuel upgrades, you simply need to use the Celestial Blower. It's weak and gives +50 Celestial Leaves. Your ALBs should be strong enough to take out the monsters on their own.

With full reduction of convert costs, a single Converter will take 3T exotic leaves and turn them into 3.2k Celestial Leaves. Turn off Converter Batch enabled (which uses all converters at once) to let just one Converter use 3T exotics to get your first bunch of Celestial Leaves. Use those on the cheapest useful Celestial upgrades and wait until you have 3T more Exotics to do it again. It's a slow start, but the Celestial upgrades are ** so they'll last past BLCs.
Œ):•とても毛深È&Cšò 18 Jul, 2021 @ 8:45am 
You could just use cheat engine and modify the amount of leaves you have in memory. Where's the fun in that besides playing with values:/
{AVG} Burrito  [author] 18 Apr, 2021 @ 8:12am 
Oysterboi, I'll see what I can do, I don't get much free time these days but if I find the time I'll give it a shot.

5ilvara, you have to kill the enemies on the Celestial Plane to gather Celestial Leaves.
Öysterboi 13 Mar, 2021 @ 4:04pm 
Sorry for another comment but I've found on this thread:

https://www.autohotkey.com/boards/viewtopic.php?t=57332

a script/function for AutoHotKey called CotrolSend (third comment) which looks like what I'm looking for, I don't know anything about those things, that's the AHK site for ControlSend;

https://www.autohotkey.com/docs/commands/ControlSend.htm

Do you think you can make out something with it? I'd be very grateful, since I have trouble sleeping and having my computer on during the night would be like Hell, so I farm on LBR while I play other games.

Thanks in advance, if that's a problem or you don't want to do it it's fine :ss2heart:
Öysterboi 13 Mar, 2021 @ 3:52pm 
Can I ask you if the Autohotkey script works for LBR only or does it prevents playing other games? I mean, if I want to play Rimworld for example and have LBR in the background, will the script work on Rimworld too? If so, do you know a way to apply the script to LBR only? Thanks in avance. I'm farming Prestige Coins and the script would be really useful since my strat is to farm Exotic Leaves staying still in 1/3 of the screen, but that's kinda slow, if I can make my Leaf Blower Boy go back and fourth it would give me soooooo many prestige coins. Thanks in advance <3
Colluplino 9 Mar, 2021 @ 5:18pm 
I'm on the Celestial plane and I have unlocked the Celestial leaf, but none have spawn in fifteen minunes straight of active play.
What am I doing wrong?

I have all blowing tool upgrades and max nuclear power.
derw4tz 15 Feb, 2021 @ 4:20pm 
just put your char in one of the corners and idle
Öysterboi 13 Feb, 2021 @ 5:46pm 
Could you drop the autohotkey script? thanks
D r i g o n 12 Feb, 2021 @ 3:34am 
in 6 hours i got celestial leaves
tunasaladx 11 Feb, 2021 @ 6:19pm 
@Öysterboi If you buy the nuclear fuel and ALB power upgrades, all of the leaves in the celestial planes will be blown away the moment they spawn, so they won't be around to damage the enemies. The reason to turn off gold->platinum converters is because at this point you'll max out all of the platinum upgrades, but you still need more gold in order to increase the combo.