Jump to content
FORUMS
Sign in to follow this  
Staff

PvP Deaths in Hardcore WIll Lead to Loss of Character

Recommended Posts

WM26L4P3GY291593028352157.jpg

Adam "Pezradar" Fletcher confirmed on Twitter that PvP deaths in Hardcore will lead to the loss of your character.

Global Community Development Director Adam Fletcher explained on Twitter that Hardcore deaths in Diablo 4 will result in permanent death, giving Hardcore players a reason to opt out of PvP in the upcoming game.

Placeholder for tweet 1649150276040036354

PvP is a major feature in Diablo 4. Players can battle it against each other in a designated PvP zone called Fields of Hatred. The area comes with solo as well as team-based objectives and offers various rewards. 

  • Like 1

Share this post


Link to post
Share on other sites

Whelp, unless the opponent matching in far better than anything Blizz has ever done, I'm out.  No way I'd risk a character to someone 5 second ganking me.  Hardcore is fun, but it comes with enough stress worrying over both monsters and technical difficulties that PvP would be a bridge too far.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • By Staff
      Carn is the world’s first player to reach Level 100 in Diablo 4 on Hardcore difficulty. Congratulations to the player and their party comprised of Zizaran, Cocobear, and Steelmage. Below is a short video of Carn hitting Level 100.
      We’ve tried to take a screenshot during the stream, but it lagged out for some reason, so here’s at least a shot of Carn shortly after hitting max level.
      Here are the current standings taken from d4race.com.
    • By Staff
      Members of the Diablo 4 team illustrate their approach to bringing the graphics of Diablo 4 to life and showcase some of the technology used during development.
      (Source)
      Diablo IV officially launches on June 5 at 4 p.m. PDT, opening a new plane of Hell for brave wanderers to traverse. Those slaying demons across Sanctuary will quickly notice a defining feature of Diablo IV—it is invitingly dark. This aesthetic harkens back to the universe’s roots, to the beloved gothic tones of the original Diablo and Diablo II. The first of these games came out nearly 27 years ago, and since then, the technology used to establish the visual language for video games has drastically changed.
      Lead software engineer Keven Cantin, principal software engineers John Buckley and Kevin Todisco, lead technical artist Aaron Aikman, and senior software engineer Samuel Delmont will illustrate the team’s approach to bringing the graphics of Diablo IV to life, showcase some of the technology used during development, and detail our approach to scalability.
      Codex
      Philosophy and Guiding Principals
      Returning to Darkness Through Technology
      HDR in Diablo IV Bridging the Gap with Technical Art Scalability in Sanctuary
      Console Performance for Launch
      What’s Next
      Philosophy and Guiding Principals
      – with Keven Cantin, lead graphics engineer

      The Diablo IV Graphics team’s goals and philosophy are rooted in the same values that drive Blizzard’s success. We are a gameplay-first company, meaning that every decision we make needs to be in service of creating a game that’s fun to play. With each unique iteration of the mortal realm of Sanctuary, we pushed the limits of our rendering technology. Because Diablo IV has a darker tone, we asked ourselves ‘what can we do as a graphics team to specifically support that idea?’ To answer, we selected a small number of solid features, prioritizing a highly polished result over a wider range of options.
      At the heart of our philosophy lies collaboration. Our team of graphics engineers and technical artists worked with different Diablo IV art teams, collaborating with them during the design and development process. Having multi-disciplinary strike teams working on a specific feature is a common occurrence for us. We deeply value the perspectives of not only the art team, but everyone working on the game.
      Another aspect that is important to all of us is making the game accessible to a wide audience, ensuring that as many players as possible can fully enjoy the game. We understand that players may have different devices with varying capabilities, and we want to ensure that we deliver a high-performing and visually appealing experience across the board. Our graphics pipeline is optimized to run efficiently on lower-end hardware; for those with higher-end hardware, we leverage the additional capabilities of your device to enhance the visual fidelity and bring the game to new heights.
      Back to Top
      Returning to Darkness Through Technology
      – with John Buckley, principal graphics engineer
      Physically Based Rendering
      The dark look of Diablo is supported by physically based rendering (PBR), which gives a more realistic look to our game materials. As the name suggests, we use real world and physical values to model the interaction between light and matter in our virtual game world. In a video game, you can code your own reality, which can certainly be a lot of fun. But if you completely untether graphics from reality, it can become very confusing. We chose to ground our technology in real-world physics and only deviated from reality where it felt fitting for the game. For example, there is no such thing as a “negative light source” in the real world, but in the game there are instances when we wanted dark magic to pull light away from the world.
      To achieve physically based materials, our art team authored a lot of new data to tell our graphics engine how light should interact with their surface. For example, our art team decided which wavelengths of light radiate from a given in-game material, how smooth or rough the microscopic details are, how metallic the surface is, and many other aspects.
      Pictured above are the physical properties of Lilith’s materials, broken down individually.
      Light, shadows, and the space in-between
      As the art direction came into focus early on, we clearly saw the need for the art of Diablo IV to express a darker tone. This meant shadows—as many as we could coax out of the hardware—while still maintaining a remarkably high frame rate. With an open world that constantly changed, randomly generated dungeons, dynamic weather, and cinematics that would incorporate your unique character, it meant few optimization tricks or shortcuts could be implemented. Fortunately, today’s graphics cards and consoles are amazingly fast, capable of trillions of mathematical operations per second, a staggering feat inconceivable just a few decades ago. These trillions of operations allow us to perform complex lighting and shadow calculations, which closely model the intricate details of reality itself.
      The complex web of shapes pictured represents the lighting in a Diablo IV dungeon.
      The complexity here comes from the need to compute shadows for all of these separate light sources. To help speed up these calculations, we chose to implement what is known as a deferred renderer— a “tried and true” graphics technique that shares complex material calculations between different light sources.
      On top of the deferred renderer sits an elaborate system for calculating, storing, and overlaying shadows that we built from scratch. Dungeons are randomly generated; we don’t know exactly which dungeon configuration will spawn ahead of time. Fortunately, not every part of a dungeon changes after it’s generated. As you move throughout a dungeon, the lighting system attempts to manage and schedule these shadow calculations, so they’re not all done at once. The shadow system is built to take advantage of static objects such as the floor and walls, often storing these calculations for later, and then overlays dynamic objects - such as your character - on top of these stored calculations.
      While good materials represent the foundation of our game art, lighting and shadows are necessary to bring that art to life. Like the materials, the lighting of Diablo IV is based upon real-world physics. Technical details like these can easily overburden an art team trying to express an artistic vision, so we layered these details underneath an amazing set of art tools, making it easier for this team to focus on their specialty. To do this, we built an entirely new set of powerful art tools for Diablo IV. Inside these tools is a lot of physics, with applicable terms like lumens, irradiance, and candelas.
      One of the unplanned surprises during development came to be the importance of the space in-between. Achieving a dark tone in a gritty and life-like world meant we needed to model the dust and particles between lights and objects. This is called volumetric rendering and is a key player in bringing the art of Diablo IV to life.

      In the past, we mimicked these effects with particle systems, pictures placed on top of rectangular shapes, and then layered these in front of the camera. The result gave the illusion of dust and smoke, but it was primitive. In the real world, light bounces around, it interacts with hard, dense structures like walls. But it also travels through a minefield of dust and particles in the air itself, changing physical characteristics along the way. In Diablo IV we modeled the air, so that particles in the air are lit; light moves through the non-empty space between- sometimes scattering, sometimes getting absorbed- while on a journey towards a virtual camera in the game world. All using real-world physics. Even the stained-glass windows emit light into the air itself.
      Close-ups
      One of the highlights for Diablo IV is that the story is told through in-game cinematics. When the camera gets close to a character, accurately representing skin becomes critical. Light transmits through skin from the back side to the front, as seen with Lilith’s wings. In the real world, light also enters your skin, bounces around inside, and then exits your skin from a different location. The light is changed by the flesh, blood, and bone it travels through; a physical phenomenon known as subsurface scattering. Modeling this complex light interaction brings a character’s face to life—without it a face would look like plastic.
      The left image showcases in-game skin without realistic light distribution, while the right image showcases light being realistically distributed across the skin.
      Back to Top
      HDR in Diablo IV
      - with Kevin Todisco, principal graphics engineer
      Another newer piece of technology supporting the return to darkness is high-dynamic range displays.
      HDR has become quite a hot topic as more and more displays are on the market that support this technology. Before we dive into HDR in Diablo IV, it's probably a good idea to talk more about what it is and its benefits over the display technology we've grown accustomed to in the past few decades.
      Displays of yesteryear were only capable of a specific range of brightness. Strictly speaking, the low end was about 0.1 nits—a nit is a unit of brightness on a flat surface, and one nit is the brightness of a candle in an area of a square meter. The high end of these older displays was 80 nits, which isn't all that bright. If you’re familiar with CRT TVs, those likely peaked around 80 nits. It tends to look underwhelming. As HDTVs hit the market, display manufacturers wanted their products to look the best. So they began raising the brightness of their displays up to values like 300 nits. And because of something called the Hunt Effect, colors that are brighter also appear to be more saturated. This makes colors pop more and the image appears to be more vibrant on HD displays—all things that we like to see while playing games.
      The HDR display standard has further expanded that range to a current maximum of 10,000 nits, and OLED technology has made it possible to achieve true black on any given portion of a screen. These advancements mean that the HDR internal rendering of a game engine can now be sent directly out to the display without the range compression necessary for the SDR standard. Not only can we achieve brighter brights, but more importantly for Diablo IV, the darkest of darks as well.
      Let’s see how this comes to life in the game. In this scene we’ve turned on a false-color visualizer to show the brightness range that would output to a display. Below is a legend to interpret the succeeding two images.

      First, we have Diablo IV on an SDR display.

      Now compare that to the same scene on an HDR display.

      Note how the scene on HDR is achieving true black in some portions of the screen and overall is much darker. So why does the scene in SDR look so much brighter? For SDR displays, we must tonemap the image to raise the darkest values up to that low end of 0.1 nits—you can see this in the shadows of the first screenshot. This range compression also means that we lift the brightness of the rest of the scene, otherwise it would all appear in shadow. Such an issue is often referred to as “crushed blacks” and it’s what our tonemapping for SDR displays avoids.
      By contrast in HDR, we can reproduce more faithfully the dim lighting of this dungeon and even have areas of pure black within the shadows, which really helps to augment the dark, gothic feel of Diablo IV.
      HDR Changes Since the Open Beta
      During the Open Beta, there was an issue where black levels in the game appeared to be "lifted" above the dark values that HDR displays (OLEDs in particular) are capable of. Our team concluded this was due to a log() function meant to help with sample distribution in our color lookup tables. The log() function does a great job for distributing the samples well across the whole color cube, but math buffs out there will note that it can never reach 0 because 20 is still 1 and even 2-10 is still 0.000976. In fact, 0.000976 is significant because it was the minimum color value that the game was able to put into the framebuffer due to the bug. Thanks to the extra image processing that display manufacturers put into their SDR TVs, those displays will show something close to black when they get these values. However, on an HDR TV, these values are interpreted more literally. That value, 0.000976, translates to about 0.07 nits of brightness on the display, which is well above the near-zero nit minimum of an OLED, and would be seen as an unusual brightening of all things dark in the game. We were happy to have fixed this issue in time for Server Slam.
      Another key change that we made between Open Beta and Server Slam was the introduction of a new tonemapping curve specifically for HDR. You can think of taking internal HDR values and sending them directly to the display as similar to taking a picture with your camera and posting it without adding any kind of filter. It may look a little "washed out" or uniformly lacking contrast or vibrancy. By introducing a new tonemapping curve curated by the art team, we got the contrast and color saturation we were looking for in HDR. This is perhaps best demonstrated in this desert scene. First, the untonemapped image.

      And the same scene with our HDR tonemap.

      It’s quite subtle, but if you flip back and forth between these images, you’ll see that the tonemapped image has gained contrast and the sand looks less gray and more, well, sandy.
      It can also have a subtle but important effect on color saturation too. Pay close attention to the two light sources in this scene.

      The light source on the right side of the image looks natural, but it’s lacking some contrast in its brightest areas. Now, compare it to the same scene with our HDR tonemapping.

      Again, the effect is subtle, but extremely important. The orange glow of the light source on the left has red-shifted and the lit area on the right has gained some saturation. These changes were really important to maintain the same look and feel of the game across all displays SDR and HDR alike.
      Calibrating Hell
      We've worked hard to make the SDR and HDR versions of Diablo IV look stunning by default. We also have calibration options available to account for differences in display and ambient room lighting. Shown below is the HDR calibration screen, where you can adjust the black point, brightness, and white point to tailor the game’s visuals to your liking.

      Back to Top
      Bridging the Gap with Technical Art
      - with Aaron Aikman, lead graphics tech artist
      Graphics tech art helps to bridge the gap between engineers and artists by blending the artistry of shaders and procedural art generation with the low-level rendering details that bring vertices and ultimately pixels to your screen.
      Most of our shader work happens in pixel shaders, which output values for physically based materials like albedo, roughness, normal, alpha, and emissive. Creating a shader is akin to creating a series of steps for data to be accessed and modified before output. Accessing the data often means sampling textures authored outside of the engine, but the interesting part comes when that data gets mixed together.
      For visual effects, this could mean combining tiling noise textures in a way that creates drifting mists, fiery infernos, or poisonous pools without the need to create frame-by-frame textures. We can also use textures with 2D directional information to distort noise textures for even more variance.

      The Shades of Sanctuary
      Characters represent an interesting mix of straightforward shader elements and shader features to convey status effects such as being on fire, poisoned, or in stealth. To add more dynamic interaction with the environment, characters get wet in the rain and dry off indoors. In the heat of battle, players can become bloodied depending upon the skills they use. And to support high fidelity when near the player, character shaders integrate high-detail textures during closeups.

      Environment shaders apply a variety of techniques as well, such as directional blending, adaptive texture scaling, and dissolving. Directional shaders allow for blending different textures based upon the direction the surface is facing, like with snow-covered rocks. Curvature data can be used to modify color and roughness values for edges and cavities on environment assets. Prop shaders use emissive elements to light up and draw attention to interactable objects. Terrain shaders do complex blending of many tile-able textures to create a natural-feeling ground. To limit shader complexity, we created virtual textures that combine multiple textures once, rather than having to blend them for every frame we render.
      Water shaders utilize several pixel shader techniques to emulate reality. Artists can paint masks for layers of noise textures and distort them over time. Simulated light below the surface refracts to create a distortion effect and color varies based upon depth of the water. What’s more, characters can interact with the water. Players and monsters passing through water will create wakes and stir up foam. Vertex shader elements let us displace the position of the surface vertices. This is especially apparent when ocean waves roll in on the coast or skills trigger explosions.
      Speaking of vertex shaders, many environment assets use math to move what would otherwise be static meshes. Foliage moves when characters and skills interact with them, waves of wind roll through the grass, growths of flesh might undulate, globules of blood and limbs wriggle—all through using data and math in the shader.
      Back to Top
      Scalability in Sanctuary
      - with Samuel Delmont, senior graphics engineer
      Diablo IV has been built to run on Windows PC and two generations of consoles. To support this, multiple systems have been implemented to make the engine scalable and able to maintain quality, while respecting the required framerate of each device to deliver the best gameplay experience possible.
      Considering the capabilities of PCs and consoles, such as memory constraints and CPU and GPU processor power, Diablo IV will perform at a level that best suits the device running it. For example, assets such as meshes and textures can be loaded at a lower level of detail, and the same treatment can be applied to shaders, visual effects, post effects, and other systems—tweaking each of these settings allows you to prioritize image quality over performance or vice versa.
      Understanding the PC Options

      The engine of Diablo IV will automatically select the most compatible graphics setting for your PC’s hardware. There are four presets to choose from: Low, Medium, High and Ultra, along with an option to select a different preset to fine-tune the quality and framerate to your exact liking. But it is important to understand the impact each different setting has on constraints such as memory usage and processing cost.
      Resolution
      One of the main factors of performance is the resolution at which the game is rendered. When playing on PC, the world can be rendered at a lower or higher resolution based on the Resolution Percentage slider, and then rescaled to match the final resolution of the monitor or window the player is using.

      Decreasing the Resolution Percentage reduces the internal resolution of the game, yielding better framerate at the expense of a blurrier image. On the other hand, increasing Resolution Percentage increases the internal resolution, which decreases performance as more pixels are rendered, requiring more memory. Doing this offers greater quality and a more detailed image, while also reducing aliasing.
      As an alternative to the default upscale method, several upscaling options are available for PC, including NVIDIA DLSS 3, to achieve a higher resolution for the final image while rendering the world at a lower resolution with only minimal quality loss. Whereas consoles leverage a combination of upscaling and dynamic resolution management to maintain high frame rate and visual quality at all times.
      Optimizing Settings to Your Experience
      The texture quality option is one of the settings with the biggest impact on memory usage and seamless gameplay. There are four quality options to choose from in total, but we’ll focus on two: Ultra and High. Ultra, the highest quality, requires the High-Resolution Assets to be selected via the install options menu within Battle.net and requires at least 32GB of memory installed in the system. The Ultra quality is best used when playing on a 4k monitor, but the game will use more memory to do so. The High option is suitable for 1440p and 1080p resolution displays. Decreasing texture quality makes the game load lower resolution textures and increases performance, while reducing the memory used by the game at the cost of softer looking textures.

      The shadow quality also has a big impact on memory usage. Reducing this setting will decrease memory usage while increasing performance, but the shadows will look less sharp for both sun and local lights shadows.
      If memory is a concern, we recommend decreasing both texture quality and shadow quality. Some of the other settings have relevant memory impact (like Geometry Complexity), but most have little to no impact. For more information on each individual option, visit the settings menu.
      Back to Top
      Console Performance for Launch
      Diablo IV will be released on several consoles. We have personally selected the best values for each console to obtain the highest quality. The below listed resolution and frame rates are representative of the performance on Xbox consoles and similar hardware.
      Xbox:
      Xbox Series X: 60fps at 4K Xbox Series S: 60fps at 1440p Xbox One X: 30fps at 1440p Xbox One S: 30fps at 1080p Xbox One: 30fps at 1080p Back to Top
      What’s Next
      Our graphical ambitions don’t end here. After launch, the team will continue to introduce new features, and enhance and optimize existing ones. We welcome your feedback and urge you to share any thoughts on the Diablo IV Forums. But, for now, thank you for joining us in this deep dive into the graphics that make Diablo IV so artistically ominous.
      We’ll see you in Sanctuary!
      -The Diablo IV Team
      Enhance Your Stroll through Sanctuary with the NVIDIA DLSS 3

      As mentioned previously, the NVIDIA DLSS 3 is one of the upscaling options available for Diablo IV on PC. Using NVIDIA DLSS 3, you can multiply the frame rates on the GeForce RTX 40 Series graphics card to make the fires of the Burning Hells burn that much brighter. If you want to enable DLSS 3, visit here and scroll to the bottom of the page.
      NVIDIA’s Diablo IV GeForce Game Ready Driver is now available to download via the Drivers tab of GeForce Experience or through the GeForce website.
      Back to Top
    • By Staff
      Things are getting very interesting in the hardcore race, as we have a new leader! After the very first level 100 and softcore winner arrived yesterday, we now have the Hardcore race end to look forward to. And it's looking like today's the day, as cArn_ has taken the lead, but Ben_ is very close behind! The two leaders are on levels 95 and 94, respectively. Meanwile, long-time leader Wudjio seems to have taken some more time off to actually sleep as he's down on 92!
      It may go down to the wire on this one, with just over 1 XP "box" separating the top two players at the time of posting. Keep in mind there are also players in their respective groups that aren't tracked below, but they are slightly lower level than their respective streamer members.

      Let's see how it all ends today! You can watch cArn_'s stream here and Ben_'s here. Also make sure to check out D4race for the full rankings. As you can see from their streams, Whirlwind barbarian is the way to go, and you can find our guide for it here.
    • By Staff
      It is done! The very first level 100 character has arrived to Sanctuary!
      Rob2628 has managed to climb to the top of the leveling chain and became the first level 100 ever in Diablo 4, doing so in Softcore. After having led the race for a long time, Rob has now crossed the finish line. It took 54 hours and 30 minutes to reach Level 100 in Diablo with just 8 hours of sleep.

      Congratulations to the whole party that helped Rob achieve the World First, namely: Herbst, Art, and Rengaróóó. Ren was already at Level 97 when Rob was at 99, so at this time, the player probably hit Level 100 too.




      And here are the current streamer rankings (minus the many players like Rob's party members):




      Thanks to D4race.com for all the coverage of the race. Now let's see who will get to level 100 on hardcore first!
    • By Staff
      Blizzard has released a gargantuan patch for Diablo 4 ahead of the game's launch.
      (Source)
      The Diablo IV team has been diligently monitoring your feedback. As we introduce patches to keep your experience in Sanctuary smooth, we will update the below list and denote whether the fixes are intended for PC, Xbox, PlayStation, or all platforms.
      June 3, 2023 - Diablo IV Patch Notes 1.0.2d Build #42131 (All Platforms) 
       
      Hello wanderer! 
      We’ve made some balance adjustments to Classes and want to provide our reasoning behind them. Overall, we're quite happy with the performance of our Classes, but we know there is always room for improvement. Our goal behind these changes is to create a better balanced and enjoyable experience across the board. Our updates fall into 3 categories: 
      While we want players to both feel and be truly powerful, some Class builds and synergies are outside of our bounds for what is reasonable for the health of the game, so we are reducing their effectiveness. As an example, we generally want to avoid creating situations where players can survive unreasonably high amounts of damage for long periods of time because it too greatly warps our vision for how combat should be in Diablo IV.  Some skills and builds are not as effective as we would like, so we're pushing out some buffs to increase their strength.  Paragon Glyphs are currently providing too much player power, so we're reducing their overall effectiveness.   An ideal we have carried throughout development and will uphold is that Class balance is a journey, not a destination. We want more Class builds to be fun, powerful, and competitive within reason. 
      Thank you all for supporting us, and we'll see you in Sanctuary! 
      Barbarian 
      Skill Changes 
      Challenging Shout 
      Damage Reduction gained from Skill Ranks reduced from 4% to 2% Legendary Aspect Changes
      Bold Chieftain's Aspect 
      Cooldown reduction per Nearby enemy reduced from 2.7-5.4 seconds to 1.0-1.9 seconds. 
      Maximum Cooldown reduction from 12 to 6 seconds.  Aspect of the Dire Whirlwind 
      Increased Critical Strike Chance per second reduced from 5-10% to 3-8%. 
      Maximum Critical Strike Chance bonus reduced from 20-40% to 9-24%. Druid 
      Skill Changes 
      Pulverize 
      Lucky Hit Chance reduced from 33% to 25%.  Lightning Storm 
      Damage increased from 32% to 40%.  Grizzly Rage 
      Damage bonus increased from 5/10/15% to 6/12/18%.  Class Specialization
      Obsidian Slam
      Kills required for bonus increased from 10 to 20. Calm Before the Storm
      Lucky Hit Chance reduced from 15% to 10%. Passive Changes
      Electric Shock
      Damage bonus increased from 5/10/15% to 6/12/18%. Legendary Aspect Changes 
      Shockwave Aspect 
      Damage reduced from 90-130% to 60-100%. Crashstone Aspect
      Critical Strike Damage reduced from 40-50% to 30-40%. Lightning Dancer's Aspect
      Flat damage increased from .5-.6 to .7-.8.  Necromancer
      Skill Changes
      Blood Lance
      Damage increased from 67.5% to 80%. Army of the Dead
      Damage increased from 30% to 45%. Cooldown reduced from 90 to 70 seconds. Blood Wave
      Damage increased from 90% to 120%. Passive Changes
      Shadowblight
      Damage increased from 20% to 22%. Grim Harvest
      Essence gained reduced from 3/6/9 to 2/4/6. Serration
      Critical Strike Chance reduced from .5/1/1.5% to .3/.6/.9%. Death's Defense
      Maximum Minion Life lost in a single damage instance reduced from 75/60/45% to 60/45/30%. Class Specialization
      Raise Skeleton
      Skeleton Warrior attack damage increased by 10%. Golem
      Golem attack damage increased by 10%. Blood Golem
      Blood Golem Life drain damage increased from 40% to 90%. Blood Golem Life drain healing from enemies hit increased from 4% to 5%. Iron Golem
      Iron Golem slam damage increased from 25% to 175%. Iron Golem shockwave damage increased from 30% to 40%. Necromancer Paragon Board Changes
      Hulking Monstrosity                                                        
      Golem Life and damage bonus increased from 30% to 40% Life. Cult Leader
      Damage bonus increased from 10% to 15%. Rogue 
      Skill Changes 
      Twisting Blades 
      Advanced Twisting Blades Cooldown reduction per enemy hit reduced from .25 to .1 seconds.  Advanced Twisting Blades maximum Cooldown reduction reduced from 3 to 2 seconds.  Rapid Fire 
      Damage increased from 24% to 30%.  Dark Shroud 
      Damage Reduction per shadow gained from Skill Ranks reduced from .8% to .4%.  Dash 
      Enhanced Dash Critical Strike Damage bonus from 20% to 15%.  Caltrops 
      Damage increased from 30% to 40%.  Passive Changes 
      Concussive 
      Critical Strike Chance reduced from 5/10/15% to 4/8/12%.  Legendary Affix Changes 
      Repeating 
      Maximum Minion Life lost in a single damage instance reduced from 75/60/45% to 60/45/30%. Sorcerer
      Skill Changes
      Arc Lash
      Lucky Hit Chance reduced from 30% to 14%. Glinting Arc Lash Cooldown reduction reduced from .25 to .15 seconds. Teleport
      Shimmering Teleport’s Damage Reduction duration reduced from 5 to 3 seconds. Legendary Affix Changes
      Aspect of Control
      Bonus damage reduced from 30-40% to 25-35%. General
      Miscellaneous Class Changes
      Druid Companions and Necromancer Minions
      Maximum damage over time taken per damage instance reduced from 2% to 1% of maximum Life. Paragon Board Changes
      Rare Nodes
      Player Attack Speed nodes reduced by 50%. Glyphs
      All Glyph Bonus scaling has been reduced by ~34%, except for the following: Critical Strike Damage Glyphs’ Bonus reduced by ~66%. Vulnerable Glyphs’ Bonus reduced by ~66%. Glyphs' Bonus to Rare nodes reduced by ~50%. Glyphs' Bonus to Magic nodes reduced by ~40%. Glyphs' Bonus to Cold/Fire/Lightning/Non-Physical/Physical nodes reduced by ~62.5%. Monster Changes 
      Significantly reduced the spawn rate of Treasure Goblins within PvP zones.  Bug Fixes 
      Fixed the name for the Light Bearer Mount.   The Go to Shop button from the Wardrobe will now properly open the shop.  Fixed an issue where if a Sorcerer uses Deep Freeze and is affected by another effect that would freeze them, it caused them to be permanently stunned.   Miscellaneous stability and crash fixes.  Back to Top
      June 2, 2023 -  Patch Notes 1.0.2c Build 42122 (PC)
      Stability
      Fixed an issue where players using high-speed NVMe SSDs would experience game freezes upon start-up. Various issues that caused crashes have been fixed. Back to Top
×
×
  • Create New...