Skip to content

Commit d6784b4

Browse files
committed
v5.0-beta-12c
1 parent 8db5998 commit d6784b4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| Version | Release Date |
55
| ----------------------------------------- | ------------ |
66
| [Work In Progress](#work-in-progress) | `TBA` |
7+
| [5.0 BETA 12**C**](#50-beta-12c) | `2023.03.11` |
78
| [5.0 BETA 12**B**](#50-beta-12b) | `2022.12.25` |
89
| [5.0 BETA 12](#50-beta-12) | `2022.12.24` |
910
| [5.0 BETA 11**F**](#50-beta-11f) | `2022.09.11` |
@@ -28,6 +29,10 @@
2829

2930
# Work In Progress
3031

32+
* Nothing yet *
33+
34+
# 5.0 BETA 12C
35+
3136
### Changes
3237
- 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.
3338
- 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.

OverhaulMod.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class OverhaulMod : Mod
1212
{
1313
public static readonly uint BetaNumber = 12;
1414
public static readonly bool IsBeta = BetaNumber > 0;
15-
public static readonly string VersionSuffix = $"(BETA {BetaNumber}B)";
15+
public static readonly string VersionSuffix = $"(BETA {BetaNumber}C)";
1616
public static readonly string PersonalDirectory = Path.Combine(Main.SavePath, "TerrariaOverhaul");
1717
public static readonly Version MinimalTMLVersion = new("0.12");
1818
public static readonly Assembly Assembly;

build.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
author = Mirsario
2-
version = 5.0.0.26
3-
displayName = Terraria Overhaul (v5.0 BETA 12B)
2+
version = 5.0.0.28
3+
displayName = Terraria Overhaul (v5.0 BETA 12C)
44
homepage = https://github.com/Mirsario/TerrariaOverhaul
55
hideCode = false
66
hideResources = false

0 commit comments

Comments
 (0)