#W# Tweaked weapon damage calculation. Increased statcap to 225.
This commit is contained in:
parent
f9bfa164e4
commit
35afe5eee5
2 changed files with 27 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue