Skip to content

Commit

Permalink
Slightly Reduce Combat Skill Decay
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 11, 2024
1 parent b562e73 commit e4f7a38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Mods/Core_SK/Patches/Core/Skills.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<li>(13,0)</li>
<!-- Vanilla consider lvl 14 as master skill-->
<li>(14,-7)</li>
<li>(15,-10)</li>
<li>(16,-12)</li>
<li>(17,-14)</li>
<li>(18,-16)</li>
<li>(19,-18)</li>
<li>(20,-20)</li>
<li>(15,-7.3)</li>
<li>(16,-8)</li>
<li>(17,-9.1)</li>
<li>(18,-11.4)</li>
<li>(19,-13)</li>
<li>(20,-15)</li>
</points>
</decayCurve>
</value>
Expand Down

0 comments on commit e4f7a38

Please sign in to comment.