Are changes made in this portion of the ruleset safe ?
I wanted to try and ether decrease the chance or sorta stretch out(time wise) the amount of terror missions happing. I toke out a peace of code(as shown below) and I think this may be whats causing me crashs.
- type: STR_ALIEN_TERROR
points: 10
raceWeights:
0:
STR_SECTOID: 30
STR_FLOATER: 70
1:
STR_SECTOID: 60
STR_FLOATER: 40
3:
STR_SECTOID: 20
STR_SNAKEMAN: 60
STR_FLOATER: 20
5:
STR_SECTOID: 10
STR_SNAKEMAN: 20
STR_ETHEREAL: 40
STR_MUTON: 20
STR_FLOATER: 10
7:
STR_SECTOID: 20
STR_SNAKEMAN: 30
STR_ETHEREAL: 20
STR_MUTON: 20
STR_FLOATER: 10
waves:
- ufo: STR_MEDIUM_SCOUT
count: 1
trajectory: P1
timer: 15000
- ufo: STR_TERROR_SHIP
count: 1
trajectory: P0
timer: 12000
- ufo: STR_TERROR_SHIP
count: 1
trajectory: P7
timer: 9000