Skip to content

Commit

Permalink
Customizable Skill Loss Threshold
Browse files Browse the repository at this point in the history
Currently it's set by total exp loss in 7 days
  • Loading branch information
masakitenchi committed Aug 17, 2024
1 parent 57015c8 commit 2095382
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
Binary file modified Mods/Core_SK/Assemblies/Core_SK.dll
Binary file not shown.
46 changes: 46 additions & 0 deletions Mods/Core_SK/Patches/Core/Skills.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@
<li>(20,0)</li>
</points>
</decayCurve>
<lossThreshold>
<points>
<li>(8,-840)</li>
<li>(9,-2100)</li>
<li>(10,-3150)</li>
<li>(11,-4830)</li>
<li>(12,-7140)</li>
<li>(13,-10500)</li>
<li>(14,-10080)</li>
<li>(15,-6720)</li>
<li>(16,-5040)</li>
<li>(17,-3990)</li>
<li>(18,-2100)</li>
<li>(19,-1050)</li>
</points>
</lossThreshold>
</li>
</value>
</Operation>
Expand Down Expand Up @@ -64,6 +80,22 @@
<li>(20,-1.5)</li>
</points>
</decayCurve>
<lossThreshold>
<points>
<li>(8,-840)</li>
<li>(9,-2100)</li>
<li>(10,-3150)</li>
<li>(11,-3990)</li>
<li>(12,-5040)</li>
<li>(13,-6300)</li>
<li>(14,-7770)</li>
<li>(15,-6720)</li>
<li>(16,-4410)</li>
<li>(17,-3990)</li>
<li>(19,-2310)</li>
<li>(20,-3150)</li>
</points>
</lossThreshold>
</li>
</value>
</Operation>
Expand Down Expand Up @@ -92,6 +124,9 @@
<li>(20,-1.5)</li>
</points>
</decayCurve>
<lossThreshold>
<points />
</lossThreshold>
</li>
</value>
</Operation>
Expand All @@ -117,6 +152,17 @@
<li>(20,-15)</li>
</points>
</decayCurve>
<lossThreshold>
<points>
<li>(14,-14700)</li>
<li>(15,-15330)</li>
<li>(16,-16800)</li>
<li>(17,-19110)</li>
<li>(18,-23940)</li>
<li>(19,-27300)</li>
<li>(20,-31500)</li>
</points>
</lossThreshold>
</li>
</value>
</Operation>
Expand Down

0 comments on commit 2095382

Please sign in to comment.