Once you’ve installed the mod and run the game at least once, you’ll find the server config in the following location:
/config/fixed_starter_ivs.json
{
"simple": {
"value": 31,
"enabled": true
},
"range": {
"range": {
"first": 0,
"last": 31,
"step": 1
},
"enabled": false
},
"capped": {
"count": 0,
"leaveRolledPerfects": true,
"enabled": false
},
"granular": {
"values": {},
"enabled": false
},
"granularRange": {
"ranges": {},
"enabled": false
},
"debug": false
}
value
The value to set all starters’ IVs to. Default is the maximum value of 31.
enabled
Whether simple mode is enabled. Only one mode can be enabled at a time. This is the default mode.
range.first
The minimum value for the range.
range.last
The maximum value for the range.
range.step
Pretty much ignore this, but it’s the interval between min and max.