Skip to content

Commit

Permalink
Removed original idea for Hoverclock, now unchanged from U33
Browse files Browse the repository at this point in the history
  • Loading branch information
phg49389 committed Mar 17, 2021
1 parent 5456885 commit 8612bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scoutWeapons/Classic.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected void initializeModsAndOverclocks() {
tier5[2] = new Mod("Killing Machine", "Manually reloading within 1 second after a kill reduces reload time by 0.75 seconds", modIcons.reloadSpeed, 5, 2);

overclocks = new Overclock[6];
overclocks[0] = new Overclock(Overclock.classification.clean, "Hoverclock", "While Focusing in midair, your current vertical velocity is reduced by 80% for 1.5 seconds or until you fire/stop focusing. Getting a kill or touching the ground lets you Hover again.", overclockIcons.hoverclock, 0);
overclocks[0] = new Overclock(Overclock.classification.clean, "Hoverclock", "While Focusing in midair, your current velocity is reduced by 80% for 1.5 seconds or until you fire/stop focusing. Getting a kill or touching the ground lets you Hover again.", overclockIcons.hoverclock, 0);
overclocks[1] = new Overclock(Overclock.classification.clean, "Clippy", "+2 Clip Size, +10% Weakpoint Bonus", overclockIcons.magSize, 1);
overclocks[2] = new Overclock(Overclock.classification.balanced, "Active Stability System", "No movement penalty while Focusing, +20% Focus Speed, +0.5 Reload Time", overclockIcons.movespeed, 2);
overclocks[3] = new Overclock(Overclock.classification.balanced, "Hipster", "+2 Rate of Fire, -0.7 Reload Time, x1.5 Max Ammo, -10% Spread per Shot, x0.85 Max Bloom, x0.5 Recoil, x0.7 Direct Damage", overclockIcons.baseSpread, 3);
Expand Down

0 comments on commit 8612bc8

Please sign in to comment.