Skip to content

Commit

Permalink
NG+ lower caps for skill costs
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Sep 14, 2023
1 parent a68560a commit a6c4c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ If you don't know what Deus Ex Randomizer is, then here's our old trailer which

<details>
<summary>Click to expand Minor Changes</summary>

*
</details>

Expand Down
4 changes: 2 additions & 2 deletions DXRModules/DeusEx/Classes/DXRFlagsNGPMaxRando.uc
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ function NewGamePlus()
SetGlobalSeed("NewGamePlus");
p.CombatDifficulty=FClamp(p.CombatDifficulty*1.3,0,15); //Anything over 15 is kind of unreasonably impossible
NewGamePlusVal(settings.minskill, 1.1, exp, 10, 1000);
NewGamePlusVal(settings.maxskill, 1.1, exp, 10, 1500);
NewGamePlusVal(settings.minskill, 1.1, exp, 10, 500);
NewGamePlusVal(settings.maxskill, 1.1, exp, 10, 1000);
NewGamePlusVal(settings.enemiesrandomized, 1.2, exp, 10, 1000);
NewGamePlusVal(settings.enemystats, 1.2, exp, 5, 100);
NewGamePlusVal(settings.hiddenenemiesrandomized, 1.2, exp, 10, 1000);
Expand Down

0 comments on commit a6c4c7e

Please sign in to comment.