#W# Tweaked weapon damage calculation. Increased statcap to 225.

This commit is contained in:
WarrentyExpired 2026-07-20 19:46:07 -04:00
parent f9bfa164e4
commit 35afe5eee5
2 changed files with 27 additions and 3 deletions

View file

@ -1859,7 +1859,7 @@ namespace Server.Mobiles
m_ShortTermElapse = reader.ReadTimeSpan();
m_GameTime = reader.ReadTimeSpan();
StatCap = 200;
StatCap = 225;
Skills.Cap = 7000;
if (m_RecentlyReported == null)
@ -2170,4 +2170,4 @@ namespace Server.Mobiles
#endregion
}
}
}