After hooking a BAD, the Navarch enters a “recovery period” for ~45 seconds (depending on degree). During this time, it can still hook smaller bloons (ZOMGs, DDTs), but it will ignore any other BADs.
// Current cooldown value ( replace with actual value ) public float cooldown = 30f; btd6central navarch cooldown
// Update cooldown value cooldown = newCooldown; After hooking a BAD, the Navarch enters a
// New cooldown value public float newCooldown = 20f; After hooking a BAD
Reduced Central Navarch Cooldown