Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Priscillalala committed Dec 25, 2023
1 parent fdb32bf commit 493e95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R2API.RecalculateStats/RecalculateStatsAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class StatHookEventArgs : EventArgs
public const string _levelMultiplier = "Used for internal documentation";

#region health
/// <summary>Added to base health.</summary> <remarks>MAX_HEALTH ~ (BASE_HEALTH + <see cref="baseHealthAdd">baseHealthAdd</see> + levelHealthAdd * <inheritdoc cref="_levelMultiplier"/>) * (HEALTH_MULT + healthMultAdd)</remarks>
/// <summary>Added to base health.</summary> <remarks>MAX_HEALTH ~ (BASE_HEALTH + baseHealthAdd + levelHealthAdd * <inheritdoc cref="_levelMultiplier"/>) * (HEALTH_MULT + healthMultAdd)</remarks>
public float baseHealthAdd = 0f;

/// <summary>Multiplied by character level and added to base health.</summary> <inheritdoc cref="baseHealthAdd"/>
Expand Down

0 comments on commit 493e95d

Please sign in to comment.