Skip to content

Commit

Permalink
Nerfed Sacred Sunlight slightly:
Browse files Browse the repository at this point in the history
HealFraction: 0.02 -> 0.015 (originally 0.01)
BarrierFraction: 0.02 -> 0.015 (originally 0.01)
  • Loading branch information
jetbennett committed Apr 10, 2023
1 parent a1ac9b9 commit f2c2f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PaladinMod/StaticValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class StaticValues
//Sacred Sunlight
public const float healZoneChannelDuration = 1.5f;
public const float healZoneRadius = 32f;
public const float healZoneAmount = 0.02f;
public const float healZoneBarrier = 0.02f;
public const float healZoneAmount = 0.015f;
public const float healZoneBarrier = 0.015f;
public const float healZoneDuration = 15f;

//Hallowed Sunlight
Expand Down

0 comments on commit f2c2f08

Please sign in to comment.