Author Topic: Changing Alien Missions  (Read 2334 times)

Offline Acid

  • Sergeant
  • **
  • Posts: 18
    • View Profile
Changing Alien Missions
« on: August 19, 2014, 08:18:47 am »
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.

Code: [Select]
- 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