Skip to content

Commit

Permalink
v5.0-beta-12c
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Mar 11, 2023
1 parent 8db5998 commit d6784b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
| Version | Release Date |
| ----------------------------------------- | ------------ |
| [Work In Progress](#work-in-progress) | `TBA` |
| [5.0 BETA 12**C**](#50-beta-12c) | `2023.03.11` |
| [5.0 BETA 12**B**](#50-beta-12b) | `2022.12.25` |
| [5.0 BETA 12](#50-beta-12) | `2022.12.24` |
| [5.0 BETA 11**F**](#50-beta-11f) | `2022.09.11` |
Expand All @@ -28,6 +29,10 @@

# Work In Progress

* Nothing yet *

# 5.0 BETA 12C

### Changes
- Reduced mages' Mana Absorption passive's max multiplier from 11.0 to 5.0, with its required speed reduced from 30.0 to 15.0. The reason for this is that 5.0 is usually the maximum multiplier that people could reach, and there's little need in suggesting that they try to go even faster.
- Improved coloring of melee damage text and the Hack and Slash passive: removed green shades since people thought that they were sometimes healing enemies, widened white shades' range.
Expand Down
2 changes: 1 addition & 1 deletion OverhaulMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class OverhaulMod : Mod
{
public static readonly uint BetaNumber = 12;
public static readonly bool IsBeta = BetaNumber > 0;
public static readonly string VersionSuffix = $"(BETA {BetaNumber}B)";
public static readonly string VersionSuffix = $"(BETA {BetaNumber}C)";
public static readonly string PersonalDirectory = Path.Combine(Main.SavePath, "TerrariaOverhaul");
public static readonly Version MinimalTMLVersion = new("0.12");
public static readonly Assembly Assembly;
Expand Down
4 changes: 2 additions & 2 deletions build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
author = Mirsario
version = 5.0.0.26
displayName = Terraria Overhaul (v5.0 BETA 12B)
version = 5.0.0.28
displayName = Terraria Overhaul (v5.0 BETA 12C)
homepage = https://github.com/Mirsario/TerrariaOverhaul
hideCode = false
hideResources = false
Expand Down

0 comments on commit d6784b4

Please sign in to comment.