Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Aug 17, 2024
1 parent 19c92cd commit 83ab66b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Mods/Core_SK/Defs/Config/Config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,56 +59,56 @@

<!-- wealth, points -->
<wealthPointCurve>
<points>
<Points>
<li>(0,0)</li>
<li>(150000,2000)</li>
<li>(290000,4000)</li>
<li>(420000,6000)</li>
<li>(520000,8000)</li>
<li>(590000,10000)</li>
<li>(1250000,30000)</li>
</points>
</Points>
</wealthPointCurve>

<!-- wealth, point per pawn -->
<pawnpointWealthCurve>
<points>
<Points>
<li>(0,15)</li>
<li>(30000,40)</li>
<li>(600000,140)</li>
<li>(2000000,200)</li>
</points>
</Points>
</pawnpointWealthCurve>

<!-- wealth, factor -->
<mechfactorWealthCurve>
<points>
<Points>
<li>(0,0.2)</li>
<li>(100000,0.4)</li>
<li>(500000,0.6)</li>
<li>(1000000,0.8)</li>
</points>
</Points>
</mechfactorWealthCurve>

<!-- wealth, factor -->
<mutantfactorWealthCurve>
<points>
<Points>
<li>(0,0.4)</li>
<li>(100000,0.6)</li>
<li>(250000,0.8)</li>
<li>(500000,1)</li>
<li>(1000000,1.25)</li>
</points>
</Points>
</mutantfactorWealthCurve>

<!-- days, wealth -->
<fixedWealthCurve>
<points>
<Points>
<li>(0,50000)</li>
<li>(60,500000)</li>
<li>(180,2000000)</li>
<li>(300,10000000)</li>
</points>
</Points>
</fixedWealthCurve>
</SK.Config>
</Defs>

0 comments on commit 83ab66b

Please sign in to comment.