aliens

Author Topic: [Submod] Stat Gain Fix  (Read 352 times)

Offline Delian

  • Commander
  • *****
  • Posts: 685
    • View Profile
[Submod] Stat Gain Fix
« on: March 14, 2025, 02:08:26 am »
This small mod increases unit stat gain by fixing a bug in the original game (which OXC and OXCE copied), where, due to bad number rounding, at the end of a battle the units are awarded less stats than they should be.

Originally, the game was supposed to increase primary soldier stats (reactions, firing, throwing, melee, psi skill) depending on exp:
1st tier (1-2 exp) -> 1 stat -> 0.5 to 1.5 stats after RNG
2nd tier (3-5 exp) -> 2 stats -> 1.0 to 3.0 stats after RNG
3rd tier (6-10 exp) -> 3 stats -> 1.5 to 4.5 stats after RNG
4th tier (11+ exp) -> 4 stats -> 2.0 to 6.0 stats after RNG
In practice however, due to rounding error, the 1st tier awards 0-1 stats (0.5 stats on average), and the 3rd tier awards 1-4 stats (2.5 stats on average).
The mod corrects this error by adding an additonal roll for 0-1 stats to 1st and 3rd tiers, which restores the 1st tier award to be 1 stat point on average, and the 3rd tier to be 3 stat points on average.

Installation instructions:
1. Unzip file
2. Move the extracted folder to Xpiratez\user\mods
3. Run the game, go to Mods, and enable the Stat Gain Fix mod