Overwatch 1.45 Patch Notes: Hero Pools, Triple Damage Ruleset, And More

8.5
  • Playstation 4
  • Windows
  • Xbox One
  • Shooter
2016-05-24
Overwatch Experimental Mode
Overwatch Experimental Mode Wallpaper Access

Overwatch is getting a pretty major update with the 1.45 patch. This update not only adds a special Mardi Gras event, it also modifies game rules, updates hero pools, and makes plenty of balancing tweaks and bug fixes. The big highlights include the new triple damage ruleset, which falls under the "Experimental" card on the main menu.

This experimental game mode is simply Blizzard testing out new modifications to see how players respond. The first experiment is called Triple Damage, and changes up team composition by making each team have one tank, three damage, and two support roles. This is to see if matchmaking times can be reduced.

On the competitive side, a new feature added in the update is Hero Pools. Instead of allowing all characters to be selected for all games, Blizzard is going to limit the number of available heroes every week. While Blizzard says that most heroes will be available to pick, a few will be restricted for a limited time. The goal is to help keep things feeling fresh by forcing players to try out new characters.

Overwatch 1.45 Patch Notes

The full patch notes for Overwatch update 1.45 can be found below.

ASHE’S MARDI GRAS CHALLENGE

Get ready for Ashe’s Mardi Gras Challenge and some special, unlockable in-game content! Wins in Quick Play, Competitive Play, or Arcade will earn you themed sprays, player icons, and a new epic skin: Mardi Gras Ashe!

Tune in to participating Twitch broadcasters while they’re playing Overwatch any time through March 9th to earn a total of 6 Ashe’s Mardi Gras Challenge sprays and icons!

To learn more about Ashe’s Mardi Gras Challenge, click here.

GENERAL UPDATES

HERO CHANGES TO SUPPORT EACH TEAM HAVING ONLY ONE TANK (ONLY IN EXPERIMENTAL)

Note that the balance changes below only affect the "Triple Damage" Experimental mode.

D.Va

General

  • Adjusted armor to health ratio (Total health is still 600)
    • Armor health pool increased from 200 to 400
    • Base health decreased from 400 to 200

Defense Matrix

  • Duration increased from 2 seconds to 4 seconds

Fusion Cannons (Primary Fire)

  • Movement penalty reduced from 50% to 30%

Orisa

Protective Barrier

  • Cooldown reduced from 10 seconds to 8 seconds
  • Barrier health increased to 900

Reinhardt

General

  • Adjusted armor to health ratio (Total health is still 500)
    • Armor health pool increased from 200 to 300
    • Base health decreased from 300 to 200

Rocket Hammer (Primary Fire)

  • Damage increased from 75 to 90

Barrier Field

  • Regeneration rate increased from 200 to 250 per second

Roadhog

Take a Breather

  • Now leaves behind a cloud when used. This cloud heals all allies within it for 25 health per second and provides 25% damage reduction

Chain Hook

  • Cooldown reduced from 8 seconds to 6 seconds

Scrap Gun (Primary Fire)

  • Damage per pellet reduced from 6 to 5 (150 damage per shot down to 125 damage)

Whole Hog

  • Cost increased by 15%

Sigma

Experimental Barrier

  • Regeneration rate increased from 120 to 200 per second
  • Barrier health increased from 900 to 1200

Winston

General

  • Armor health pool increased from 100 to 200 (Total health is now 600)

Barrier Projector

  • Cooldown reduced from 13 seconds to 10 seconds

Zarya

General

  • Shields health pool increased from 200 to 300. (Total health is now 500)
  • Maximum energy gain per barrier decreased from 40 to 30

Particle Cannon (Primary Fire)

  • Maximum primary fire damage per second reduced from 170 to 140

Particle Cannon (Secondary Fire)

  • Maximum secondary fire damage reduced from 95 to 80

Particle Barrier (Self)

  • Cooldown decreased from 10 seconds to 8 seconds

Particle Barrier (Ally)

  • Now creates barriers on all allies within 8 meters of your target
  • Duration increased from 2 seconds to 3 seconds

General Updates

  • The Game Mode selector in the Career Profile is now sorted more logically to make it easier to use
  • A group leader may not use the Leave as Group option while a competitive game is currently in progress
  • The initial Assemble Heroes timer for games using the Assault, Hybrid, Control, and Payload game modes has been reduced from 40 to 35 seconds
  • We've updated the interactions between all stuns (Flashbang, Earthshatter, Freeze, Sleep, Accretion) to be more consistent. New stuns will only replace existing stuns if their duration is longer than the time remaining on the current stun. For example, a Flashbang stun will not apply to someone who has just been Earthshattered. Note: we use the minimum guaranteed stun time for Ana sleep, which right now is 1.5 seconds (time to fall down + time to stand back up)
  • Mei’s Ice Wall now has a visual damaged state when under half health

Custom Game Updates

  • Added copy-paste support for Custom Game Settings

WORKSHOP UPDATES

New Workshop Features

  • Custom Game Maps:
    • Workshop Chamber
    • Workshop Island
    • Workshop Expanse
  • Script Diagnostics Panel
  • Subroutines

Developer Comments:

  • We’ve added the ability for rules to call subroutines (which are rules with a Subroutine event type) using the new Call Subroutine action. When a subroutine is called, execution is temporarily shifted to another rule while keeping contextual values such as Event Player, Attacker, and Victim the same. When the subroutine rule finishes or aborts, the original rule picks up where it left off. Subroutines may call other subroutines or even themselves, though we enforce a maximum depth of 1024 calls. Waits are allowed in subroutines, and if such a Wait is ever interrupted (and the interruption isn’t being ignored by the Wait), the entire call stack is aborted, and the original rule is restarted or aborted.
  • Subroutine rules may also be started in parallel using the Start Rule action. Unlike with the Call Subroutine action, the original rule continues execution immediately, and the subroutine rule executes on its own some time later (either on the same frame if below the original rule or on the next frame if above). As with Call Subroutine, contextual values such as Event Player, Attacker, and Victim are copied over to the subroutine rule.
  • Subroutine names can be added and modified using a new button at the top of the editor.

New Workshop Actions

  • Start Healing Modification
  • Stop Healing Modification
  • Stop All Healing Modifications
  • Enable Inspector Recording
  • Disable Inspector Recording
  • If
  • Else If
  • Else
  • While
  • End
  • For Global Variable
  • For Player Variable
  • Call Subroutine
  • Start Rule

Developer Comments:

  • To make writing logic easier, we’ve added several new flow control actions (If, Else If, Else, While, End, For Global Variable, and For Player Variable). These actions are optimized to cause minimal server load. When using them, the editor will indent to show where sections of logic start and stop. To conclude such an indented section, use the End action. When in doubt, each action has a detailed tool tip explaining how it is used. These tool tips can be displayed by hovering over the action name or by pressing the appropriate controller button.
  • The Enable and Disable Inspector Recording actions offer two benefits: First, they allow selective debugging of only those sections of a script that you need to study. Second, disabling recording can reduce server load, especially when setting or modifying arrays.

New Workshop Values

  • Event Was Health Pack
  • Last Healing Modification ID

Workshop Updates

  • Action and Condition Comments
  • Melee and Reload Button Options
  • Added Sort Order Reevaluation Options for Create HUD Text
  • The Skip and Skip If actions now accept 0 for the number of actions to skip (so they just go on to the next action)
  • A Wait action is no longer required before a Loop
  • Straightened Beam Effects
  • Set Status/Clear Status behavior merged with gameplay stuns (e.g. Clear Status can now clear a freeze that was caused by gameplay, not just a freeze set via Workshop itself)

Workshop Optimizations

  • Set Global Variable
  • Set Player Variable
  • Modify Global Variable
  • Modify Player Variable
  • Set Global Variable At Index
  • Set Player Variable At Index
  • Modify Global Variable At Index
  • Modify Player Variable At Index
  • Loop
  • Loop If
  • Abort
  • Abort If
  • Skip
  • Skip If

Developer Comments:

  • Variable manipulation and flow control actions previously caused high server load, so we spent some time making them more lightweight. When combined with the new Disable Inspector Recording action, these changes may result in significant reduction in server load for Workshop modes that rely on heavy variable logic, particularly those that manipulate arrays. In light of these changes, we’re removing the restriction that requires a Wait action before a Loop, though be advised that excessive looping in a single frame can still cause server load issues, especially when using actions other than those listed above. Note that setting or modifying multiple player variables with a single action (by providing an array of players) is not optimized, nor is setting or modifying a variable that is ever used by a Chase action. Finally, keep in mind that some values (such as the Ray Cast values) can cause quite a bit of server load on their own, even if using the optimized actions above.

BUG FIXES

General

  • Killing B.O.B no longer grants score for FFA and Team Deathmatch
  • Competitive Seasons are now listed in the correct order in career profile
  • Replay list should no longer have invisible entries
  • Fixed a bug where avoided teammates did not appear in the avoided teammate list if they were not also in the recent player list
  • Fixed a bug where the Player Outline Strength gameplay option did not adjust the opacity of player outlines
  • Fixed GPU temperature query on newer AMD hardware and drivers

Maps

Petra

  • Fixed a bug that caused Reinhardt's Earthshatter not to work correctly on Petra's collapsible floor
  • The breakable floor is now targetable by Reaper's Shadow Step, Symmetra's Teleporter, or Doomfist's Seismic Slam

Heroes

Ashe

  • Fixed a bug that could cause B.O.B's charge to end early on stairs

Junkrat

  • Fixed a bug where, occasionally, the explosion for Junkrat's mine would appear near the top of his head instead of on the mine

Mercy

  • Fixed a bug that could cause Mercy to not get a skull/hit marker on assists

Wrecking Ball

  • Fixed a bug that prevented Wrecking Ball's voice lines from playing when opened in lootboxes

Custom Game

  • Fixed an issue preventing player invites when the custom game was imported via a share code
  • Fixed an issue where preset slots could be overridden when saving settings from another player's custom game
  • Fixed an issue that allowed skirmishing friends to get into your custom game when the "Allow Skirmishers" option was disabled

Workshop

  • Fixed an issue where Sigma's Primary Fire was sometimes disabled when disabling Experimental Barrier via Custom Game Settings
  • Fixed an issue preventing Has Status from working correctly when querying the Unkillable status
  • Fixed an issue where scores in Deathmatch display incorrectly if the score is set to a high number via Workshop actions
  • Fixed an issue preventing setting scores or declaring victory in Team Deathmatch from working correctly via Workshop actions
  • Fixed an issue where Training Bots sometimes wouldn't respawn in Practice Range
  • Fixed an issue preventing the Sleep status from being interrupted early via Workshop actions
  • Fixed an issue with the Death Spectate actions when Enable and Disable are alternated repeatedly
  • Fixed an issue causing the Buff Impact sound to play twice
  • Fixed an issue causing the pitch (vertical) angle to be reset when using the Teleport action
  • Fixed an issue preventing Disable Built-In Game Mode Completion from working in certain modes
  • Fixed an issue where effects sometimes were the wrong size and color
  • Fixed an issue where the Loop If Condition and Abort If Condition actions considered the value of the conditions from the beginning of the frame instead of their current value
  • Fixed an issue where using the same Set Facing action multiple times in the same frame with different inputs would not work correctly
  • Fixed an issue where the Nearest Walkable Position value stopped working near the statue in Château Guillard
  • Fixed an issue where the Nearest Walkable Position value would be incorrect if used in a HUD action or in certain reevaluating actions
  • Fixed an issue where the Total Elapsed Time value would be incorrect if used in a HUD action or in certain reevaluating actions
  • Fixed an issue where effects and beam effects that don’t reevaluate would wait until the end of the frame to evaluate their positions and radii rather than evaluating them immediately
  • Fixed an issue where the Chase Global Variable actions did not have access to contextual values (such as Event Player, Attacker, Victim, etc.)

REVIEW SUMMARY
Overwatch
8.5
'Overwatch' May Not Be Perfect, But It's Damn Near Close
Overwatch doesn't care if you've ever tried an FPS before, it holds your hands and makes you feel okay while you shoot rocket launchers, icicles and sound waves.
  • Amazing Art Style
  • Balanced Mechanics
  • Characters Keep You Coming Back For More
  • No Single Player
  • Overwhelming At First
Join the Discussion
Top Stories