# - type: example # the type/name is used for overwriting or deleting purposes. # firstMonth: 0 # months this command runs on, 0 runs on startup of a new game (default 0) # lastMonth: 0 # don't run after this month. in this context we mean "run once". -1 denotes no limit (default -1) # label: 1 # label, used for conditionals (default 0) # conditionals: [1, -2] # conditional list, just like mapscripts (default none) # missionWeights: # the type of mission to spawn (omit to pick one from the mission table) (default none) # 0: # these are split into monthly chunks, and can contain multiple entries, # STR_ALIEN_RESEARCH: 20 # including weighted odds, but there is a caveat here: # STR_ALIEN_ABDUCTION: 30 # you cannot mix and match missions with mission site objectives (ie: terror) with regular missions, # STR_CROP_CIRCLES: 30 # they are generated too differently. using executionOdds and conditionals instead can achieve # STR_CATTLE_MUTILATION: 20 # exactly the same thing. similarly, terror missions should not appear in regional mission weights (regions.rul) # executionOdds: 100 # % chances of this command executing (default 100) # targetBaseOdds: 75 # % chances of this mission targeting a region containing an xcom base instead of random (default 0) # startDelay: 120 # number of minutes to delay the start of the mission (rounded down to the nearest 30, 0 to use the wave timer from the mission itself) (default 0) # raceWeights: # can override established monthly race weights here if desired (default empty) # 0: # STR_SECTOID: 100 # in this case we want a sectoid mission, so they get 100% # regionWeights: # again, this can override the defined mission region weights (default empty) # 0: # this won't come into play here unless the mission doesn't target an xcom base, as described above. # STR_SAMPLE_REGION1: 20 # IF OMITTED: # STR_SAMPLE_REGION2: 30 # for a terror type mission, all regions that meet the criteria will be weighed equally. # STR_SAMPLE_REGION3: 50 # for regular missions the normal regional distribution weights will be applied. # minDifficulty: 0 # this command only applies to difficulty levels of this or above (default 0) # researchTriggers: # a list of research topics that can influence the execution of this mission (default empty) # STR_THE_MARTIAN_SOLUTION: true # in this case, the mission would only run if the player has the martian solution # STR_CYDONIA_OR_BUST: false # and does NOT have Cydonia or bust # maxRuns: 12 # this mission type can only execute this number of times, -1 for infinite (default -1) # avoidRepeats: 12 # this means "store an array of the 12 previous coordinates, and don't use them again" (default 0) # varName: researching # this is an internal variable name, used for tracking maxruns and avoidRepeats (default none) # useTable: false # check this mission type appears in the mission tables, and remove it if it does? (default true) missionScripts: - type: earlyResearch missionWeights: 0: STR_ALIEN_RESEARCH_EARLY: 100 firstMonth: 1 lastMonth: 24 executionOdds: 33 raceWeights: 0: STR_SECTOID: 100 startDelay: 320 - type: alienInvasionStart missionWeights: 0: STR_ALIEN_RESEARCH: 100 firstMonth: 25 executionOdds: 33 raceWeights: 0: STR_SECTOID: 100 startDelay: 120 - type: recurringTerrorEarly firstMonth: 26 executionOdds: 40 missionWeights: 0: STR_ALIEN_TERROR: 100 useTable: false startDelay: 150 - type: recurringTerror firstMonth: 32 executionOdds: 40 missionWeights: 0: STR_ALIEN_TERROR: 100 useTable: false startDelay: 18150 - type: recon executionOdds: 25 firstMonth: 24 - type: invasion executionOdds: 33 firstMonth: 30 - type: researchRetaliation executionOdds: 30 missionWeights: 0: STR_ALIEN_RETALIATION: 100 researchTriggers: STR_THE_MARTIAN_SOLUTION: true startDelay: 150 targetBaseOdds: 100 useTable: false label: 1 - type: beginnerRetaliation executionOdds: 20 missionWeights: 0: STR_ALIEN_RETALIATION: 100 firstMonth: 43 targetBaseOdds: 100 useTable: false conditionals: [-1] label: 2 startDelay: 150 - type: experiencedRetaliation minDifficulty: 1 executionOdds: 25 missionWeights: 0: STR_ALIEN_RETALIATION: 100 firstMonth: 41 targetBaseOdds: 100 useTable: false conditionals: [-1, -2] label: 3 startDelay: 150 - type: veteranRetaliation minDifficulty: 2 executionOdds: 33 missionWeights: 0: STR_ALIEN_RETALIATION: 100 firstMonth: 39 targetBaseOdds: 100 useTable: false conditionals: [-1, -2, -3] label: 4 startDelay: 150 - type: geniusRetaliation minDifficulty: 3 executionOdds: 50 missionWeights: 0: STR_ALIEN_RETALIATION: 100 firstMonth: 37 targetBaseOdds: 100 useTable: false conditionals: [-1, -2, -3, -4] label: 5 startDelay: 150 - type: superhumanRetaliation minDifficulty: 4 executionOdds: 75 missionWeights: 0: STR_ALIEN_RETALIATION: 100 firstMonth: 35 targetBaseOdds: 100 useTable: false conditionals: [-1, -2, -3, -4, -5] startDelay: 150 - type: CultApprehensionLotus firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 200 - type: CultApprehensionDagon firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 200 - type: CultApprehensionEXALT firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 200 - type: CultApprehensionZSRR firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 200 - type: CultApprehensionLotus1 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 900 - type: CultApprehensionDagon1 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 900 - type: CultApprehensionEXALT1 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 900 - type: CultApprehensionZSRR1 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 900 - type: CultApprehensionLotus2 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 3300 - type: CultApprehensionDagon2 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 3300 - type: CultApprehensionEXALT2 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 3300 - type: CultApprehensionZSRR2 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 3300 - type: CultApprehensionLotus3 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 8900 - type: CultApprehensionDagon3 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 8900 - type: CultApprehensionEXALT3 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 8900 - type: CultApprehensionZSRR3 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 8900 - type: CultApprehensionLotus4 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 12200 - type: CultApprehensionDagon4 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 12200 - type: CultApprehensionEXALT4 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 12200 - type: CultApprehensionZSRR4 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 12200 - type: CultApprehensionLotus5 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 19500 - type: CultApprehensionDagon5 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 19500 - type: CultApprehensionEXALT5 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 19500 - type: CultApprehensionZSRR5 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 19500 - type: CultApprehensionLotus6 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 24000 - type: CultApprehensionDagon6 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 24000 - type: CultApprehensionEXALT6 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 24000 - type: CultApprehensionZSRR6 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 24000 - type: CultApprehensionLotus7 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_BLACK_LOTUS: 100 regionWeights: 0: BLACK_LOTUS_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: false startDelay: 29000 - type: CultApprehensionDagon7 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_CHURCH_OF_DAGON: 100 regionWeights: 0: DAGON_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: false startDelay: 29000 - type: CultApprehensionEXALT7 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_EXALT: 100 regionWeights: 0: EXALT_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: false startDelay: 29000 - type: CultApprehensionZSRR7 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CULT_APPREHENSION_ZSRR: 100 regionWeights: 0: ZSRR_APPREHENSION_REGION: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: false startDelay: 29000 - type: CultActivityEXALT firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 1200 - type: CultActivityZSRR firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 1200 - type: CultActivityBlackLotus firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 1200 - type: CultActivityDagon firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 1200 - type: CultHideoutEXALT firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 800 - type: CultHideoutZSRR firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 800 - type: CultHideoutBlackLotus firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 800 - type: CultHideoutDagon firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 800 - type: CultBaseEXALT firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 20 randomDelay: 43500 - type: CultBaseZSRR firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 20 randomDelay: 43500 - type: CultBaseBlackLotus firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 20 randomDelay: 43500 - type: CultBaseDagon firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 20 randomDelay: 43500 - type: CultHQBlackLotus firstMonth: 0 missionWeights: 0: STR_CULT_HQ_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HQ: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_HQ: true STR_DESTROY_BLACK_LOTUS: false startDelay: 20 randomDelay: 43500 - type: CultHQZSRR firstMonth: 0 missionWeights: 0: STR_CULT_HQ_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HQ: 100 useTable: false researchTriggers: STR_ZSRR_HQ: true STR_DESTROY_ZSRR: false startDelay: 20 randomDelay: 43500 - type: CultHQEXALT firstMonth: 0 missionWeights: 0: STR_CULT_HQ_EXALT: 100 regionWeights: 0: REGION_EXALT_HQ: 100 useTable: false researchTriggers: STR_EXALT_HQ: true STR_DESTROY_EXALT: false startDelay: 20 randomDelay: 43500 - type: CultHQDagon firstMonth: 0 missionWeights: 0: STR_CULT_HQ_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HQ: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_HQ: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 20 randomDelay: 43500 - type: MonsterHuntSingleTemperate firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1300 - type: MonsterHuntFewTemperate firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1000 - type: MonsterHuntSeveralTemperate firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 900 - type: MonsterHuntPackTemperate firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1500 - type: MonsterHuntLotsTemperate firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 800 - type: MonsterHuntSingleJungle firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 2200 - type: MonsterHuntFewJungle firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 2200 - type: MonsterHuntSeveralJungle firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1700 - type: MonsterHuntPackJungle firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1000 - type: MonsterHuntLotsJungle firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1100 - type: MonsterHuntSingleCold firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1200 - type: MonsterHuntFewCold firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1200 - type: MonsterHuntSeveralCold firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1200 - type: MonsterHuntPackCold firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1200 - type: MonsterHuntLotsCold firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1200 - type: MonsterHuntSingleDesert firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1800 - type: MonsterHuntFewDesert firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1600 - type: MonsterHuntSeveralDesert firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1600 - type: MonsterHuntPackDesert firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 200 - type: MonsterHuntLotsDesert firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 1100 #second activity - type: CultActivityEXALT1 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 6000 - type: CultActivityZSRR1 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 6000 - type: CultActivityBlackLotus1 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 6000 - type: CultActivityDagon1 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 6000 - type: CultHideoutEXALT1 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 6000 - type: CultHideoutZSRR1 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 6400 - type: CultHideoutBlackLotus1 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 6400 - type: CultHideoutDagon1 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 6400 - type: CultBaseEXALT1 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 6400 - type: CultBaseZSRR1 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus1 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon1 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntFewTemperate1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntSeveralTemperate1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntPackTemperate1 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntLotsTemperate1 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntSingleJungle1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntFewJungle1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntSeveralJungle1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntPackJungle1 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntLotsJungle1 firstMonth: 2 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntSingleCold1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHunFewCold11 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHunSeveraCold1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntPackCold1 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntLotsCold1 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntSingleDesert1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntFewDesert1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntSeveralDesert1 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntPackDesert1 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 - type: MonsterHuntLotsDesert1 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 6000 #third activity - type: CultActivityEXALT2 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 12000 - type: CultActivityZSRR2 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 12000 - type: CultActivityBlackLotus2 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 12000 - type: CultActivityDagon2 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 12000 - type: CultHideoutEXALT2 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 12000 - type: CultHideoutZSRR2 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 12700 - type: CultHideoutBlackLotus2 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 12700 - type: CultHideoutDagon2 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 12700 - type: CultBaseEXALT2 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 12700 - type: CultBaseZSRR2 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus2 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon2 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntFewTemperate2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntSeveralTemperate2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntPackTemperate2 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntLotsTemperate2 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntSingleJungle2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntFewJungle2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntSeveralJungle2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntPackJungle2 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntLotsJungle2 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntSingleCold2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHunFewCold21 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHunSeveraCold2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntPackCold2 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntLotsCold2 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntSingleDesert2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntFewDesert2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntSeveralDesert2 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntPackDesert2 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 - type: MonsterHuntLotsDesert2 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 12000 # fourth activity - type: CultActivityEXALT3 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 15000 - type: CultActivityZSRR3 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 15000 - type: CultActivityBlackLotus3 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 15000 - type: CultActivityDagon3 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 15000 - type: CultHideoutEXALT3 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 15000 - type: CultHideoutZSRR3 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 15100 - type: CultHideoutBlackLotus3 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 15100 - type: CultHideoutDagon3 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 15100 - type: CultBaseEXALT3 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 15100 - type: CultBaseZSRR3 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus3 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon3 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntFewTemperate3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntSeveralTemperate3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntPackTemperate3 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntLotsTemperate3 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntSingleJungle3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntFewJungle3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntSeveralJungle3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntPackJungle3 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntLotsJungle3 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntSingleCold3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHunFewCold31 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHunSeveraCold3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntPackCold3 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntLotsCold3 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntSingleDesert3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntFewDesert3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntSeveralDesert3 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntPackDesert3 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 - type: MonsterHuntLotsDesert3 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 15000 # fifth activity - type: CultActivityEXALT4 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 19000 - type: CultActivityZSRR4 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 19000 - type: CultActivityBlackLotus4 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 19000 - type: CultActivityDagon4 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 19000 - type: CultHideoutEXALT4 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 19000 - type: CultHideoutZSRR4 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 18900 - type: CultHideoutBlackLotus4 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 18900 - type: CultHideoutDagon4 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 18900 - type: CultBaseEXALT4 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 18900 - type: CultBaseZSRR4 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus4 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon4 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntFewTemperate4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntSeveralTemperate4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntPackTemperate4 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntLotsTemperate4 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntSingleJungle4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntFewJungle4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntSeveralJungle4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntPackJungle4 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntLotsJungle4 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntSingleCold4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHunFewCold41 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHunSeveraCold4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntPackCold4 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntLotsCold4 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntSingleDesert4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntFewDesert4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntSeveralDesert4 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntPackDesert4 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 - type: MonsterHuntLotsDesert4 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 19000 # sixth activity - type: CultActivityEXALT5 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 21000 - type: CultActivityZSRR5 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 21000 - type: CultActivityBlackLotus5 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 21000 - type: CultActivityDagon5 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 21000 - type: CultHideoutEXALT5 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 21000 - type: CultHideoutZSRR5 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 20700 - type: CultHideoutBlackLotus5 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 20700 - type: CultHideoutDagon5 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 20700 - type: CultBaseEXALT5 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 20700 - type: CultBaseZSRR5 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus5 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon5 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntFewTemperate5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSeveralTemperate5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackTemperate5 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsTemperate5 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSingleJungle5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntFewJungle5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSeveralJungle5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackJungle5 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsJungle5 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSingleCold5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHunFewCold51 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHunSeveraCold5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackCold5 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsCold5 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSingleDesert5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntFewDesert5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSeveralDesert5 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackDesert5 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsDesert5 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 # seventh activity - type: CultActivityEXALT6 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 21000 - type: CultActivityZSRR6 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 26000 - type: CultActivityBlackLotus6 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 21000 - type: CultActivityDagon6 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 25000 - type: CultHideoutEXALT6 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 21000 - type: CultHideoutZSRR6 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 21200 - type: CultHideoutBlackLotus6 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 21200 - type: CultHideoutDagon6 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 21200 - type: CultBaseEXALT6 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 21200 - type: CultBaseZSRR6 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus6 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon6 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntFewTemperate6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSeveralTemperate6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackTemperate6 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsTemperate6 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSingleJungle6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntFewJungle6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSeveralJungle6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackJungle6 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsJungle6 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSingleCold6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHunFewCold61 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHunSeveraCold6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntPackCold6 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsCold6 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSingleDesert6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntFewDesert6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntSeveralDesert6 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntPackDesert6 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 - type: MonsterHuntLotsDesert6 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 21000 # eighth activity - type: CultActivityEXALT7 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_EXALT: 100 regionWeights: 0: REGION_EXALT: 100 useTable: false researchTriggers: STR_EXALT: true STR_EXALT_OPERATIONS: false startDelay: 33000 - type: CultActivityZSRR7 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_ZSRR: 100 regionWeights: 0: REGION_ZSRR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_ZSRR_OPERATIONS: false startDelay: 33000 - type: CultActivityBlackLotus7 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS: 100 useTable: false researchTriggers: STR_BLACK_LOTUS: true STR_BLACK_LOTUS_OPERATIONS: false startDelay: 33000 - type: CultActivityDagon7 firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_CULT_INVESTIGATION_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON: true STR_CHURCH_OF_DAGON_OPERATIONS: false startDelay: 33000 - type: CultHideoutEXALT7 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_EXALT: 100 regionWeights: 0: REGION_EXALT_HIDEOUT: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true startDelay: 33000 - type: CultHideoutZSRR7 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_ZSRR: 100 regionWeights: 0: REGION_ZSRR_HIDEOUT: 100 useTable: false researchTriggers: STR_ZSRR_NETWORK: true STR_DESTROY_ZSRR: false startDelay: 32500 - type: CultHideoutBlackLotus7 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_HIDEOUT: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 32500 - type: CultHideoutDagon7 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_CULT_HIDEOUT_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_HIDEOUT: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 32500 - type: CultBaseEXALT7 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_EXALT: 100 regionWeights: 0: REGION_EXALT_BASE: 100 useTable: false researchTriggers: STR_EXALT_OPERATIONS: true STR_DESTROY_EXALT: false startDelay: 32500 - type: CultBaseZSRR7 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_ZSRR: 100 regionWeights: 0: REGION_ZSRR_BASE: 100 useTable: false researchTriggers: STR_ZSRR_OPERATIONS: true STR_DESTROY_ZSRR: false startDelay: 1200 - type: CultBaseBlackLotus7 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_BLACK_LOTUS: 100 regionWeights: 0: REGION_BLACK_LOTUS_BASE: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_OPERATIONS: true STR_DESTROY_BLACK_LOTUS: false startDelay: 1200 - type: CultBaseDagon7 firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_CULT_BASE_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_BASE: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_OPERATIONS: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 1200 - type: MonsterHuntSingleTemperate7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntFewTemperate7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntSeveralTemperate7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntPackTemperate7 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntLotsTemperate7 firstMonth: 3 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_TEMPERATE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_TEMPERATE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntSingleJungle7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntFewJungle7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntSeveralJungle7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntPackJungle7 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntLotsJungle7 firstMonth: 2 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_JUNGLE: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_JUNGLE: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntSingleCold7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHunFewCold71 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHunSeveraCold7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntPackCold7 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntLotsCold7 firstMonth: 2 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_COLD: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_COLD: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntSingleDesert7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SINGLE_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SINGLE_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntFewDesert7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_FEW_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_FEW_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntSeveralDesert7 firstMonth: 0 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_SEVERAL_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_SEVERAL_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntPackDesert7 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_MONSTERS_HUNT_PACK_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_PACK_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 - type: MonsterHuntLotsDesert7 firstMonth: 2 executionOdds: 3 missionWeights: 0: STR_MONSTERS_HUNT_LOTS_DESERT: 100 regionWeights: 0: REGION_MONSTERS_HUNT_LOTS_DESERT: 100 researchTriggers: STR_MONSTERS_FINAL_SOLUTION: false useTable: false startDelay: 33000 # eighth activity end - type: monsterTerror firstMonth: 11 missionWeights: 0: STR_MONSTER_TERROR: 100 regionWeights: 0: STR_MONSTER_TERROR_REGION: 100 useTable: false executionOdds: 33 startDelay: 20 randomDelay: 43500 - type: jarheadTerror firstMonth: 20 executionOdds: 7 missionWeights: 0: STR_JARHEAD_TERROR: 100 regionWeights: 0: STR_JARHEAD_TERROR_REGION: 100 useTable: false startDelay: 50 randomDelay: 48000 - type: jarheadFactory firstMonth: 20 executionOdds: 10 missionWeights: 0: STR_JARHEAD_FACTORY: 100 regionWeights: 0: REGION_JARHEAD_FACTORY: 100 useTable: false researchTriggers: STR_JARHEAD_INVESTIGATION: true startDelay: 50 randomDelay: 48000 - type: mansionDefenseEXALT firstMonth: 9 executionOdds: 8 missionWeights: 0: STR_CULT_MANSION_DEFENSE_EXALT: 100 regionWeights: 0: REGION_EXALT_MANSION_DEFENSE: 100 useTable: false researchTriggers: STR_EXALT_NETWORK: true STR_DESTROY_EXALT: false startDelay: 20 randomDelay: 43500 - type: DurathreadFactory firstMonth: 0 missionWeights: 0: STR_DURATHREAD_FACTORY: 100 regionWeights: 0: REGION_ZSRR_DURATHREAD_FACTORY: 100 useTable: false researchTriggers: STR_DURATHREAD_FACTORY_LOCATION: true STR_DURATHREAD_MANUFACTURING: false startDelay: 20 randomDelay: 43500 - type: SoulHarvestDagon firstMonth: 5 executionOdds: 8 missionWeights: 0: STR_SOUL_HARVEST_CHURCH_OF_DAGON: 100 regionWeights: 0: REGION_DAGON_SOUL_HARVEST: 100 useTable: false researchTriggers: STR_CHURCH_OF_DAGON_NETWORK: true STR_DESTROY_CHURCH_OF_DAGON: false startDelay: 20 randomDelay: 43500 - type: zsrrGangWar firstMonth: 2 executionOdds: 5 missionWeights: 0: STR_ZSRR_GANG_WAR: 100 regionWeights: 0: REGION_ZSRR_GANG_WAR: 100 useTable: false researchTriggers: STR_ZSRR: true STR_DESTROY_ZSRR: false startDelay: 20 randomDelay: 43500 - type: blackLotusParty firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_BLACK_LOTUS_PARTY: 100 regionWeights: 0: REGION_BLACK_LOTUS_PARTY: 100 useTable: false researchTriggers: STR_BLACK_LOTUS_NETWORK: true STR_DESTROY_BLACK_LOTUS: false startDelay: 20 randomDelay: 43500 # zombie activities - type: ZombieInfestationBasicTemperate firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_TEMPERATE: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_TEMPERATE: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicJungle firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_JUNGLE: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_JUNGLE: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicCold firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_COLD: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_COLD: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicDesert firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_DESERT: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_DESERT: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicTemperate1 firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_TEMPERATE: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_TEMPERATE: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicJungle1 firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_JUNGLE: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_JUNGLE: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicCold1 firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_COLD: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_COLD: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationBasicDesert1 firstMonth: 3 executionOdds: 6 missionWeights: 0: STR_ZOMBIE_INFESTATION_BASIC_DESERT: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_BASIC_DESERT: 100 useTable: false researchTriggers: STR_ZOMBIE_ARE_BREEDING: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationMediumTemperate firstMonth: 6 executionOdds: 4 missionWeights: 0: STR_ZOMBIE_INFESTATION_MEDIUM_TEMPERATE: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_MEDIUM_TEMPERATE: 100 researchTriggers: STR_SENTIENT_ZOMBIE: false useTable: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationMediumJungle firstMonth: 6 executionOdds: 4 missionWeights: 0: STR_ZOMBIE_INFESTATION_MEDIUM_JUNGLE: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_MEDIUM_JUNGLE: 100 researchTriggers: STR_SENTIENT_ZOMBIE: false useTable: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationMediumCold firstMonth: 6 executionOdds: 4 missionWeights: 0: STR_ZOMBIE_INFESTATION_MEDIUM_COLD: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_MEDIUM_COLD: 100 researchTriggers: STR_SENTIENT_ZOMBIE: false useTable: false startDelay: 20 randomDelay: 43500 - type: ZombieInfestationMediumDesert firstMonth: 6 executionOdds: 4 missionWeights: 0: STR_ZOMBIE_INFESTATION_MEDIUM_DESERT: 100 regionWeights: 0: REGION_ZOMBIE_INFESTATION_MEDIUM_DESERT: 100 researchTriggers: STR_SENTIENT_ZOMBIE: false useTable: false startDelay: 20 randomDelay: 43500 - type: ZombieCatacombs firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_ZOMBIE_CATACOMBS: 100 regionWeights: 0: REGION_ZOMBIE_CATACOMBS: 100 researchTriggers: STR_ZOMBIE_ARE_BREEDING: true useTable: false startDelay: 20 randomDelay: 43500 - type: VampireCastle firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_VAMPIRE_CASTLE: 100 regionWeights: 0: REGION_VAMPIRE_CASTLE: 100 researchTriggers: STR_FOLLOW_THE_ZOMBIES: true useTable: false startDelay: 20 randomDelay: 43500 - type: DeepOneVillage firstMonth: 0 executionOdds: 33 missionWeights: 0: STR_DEEP_ONE_VILLAGE_RAID: 100 regionWeights: 0: REGION_SHELF_DEEP_ONE: 100 researchTriggers: STR_DEEP_ONE_OUTPOST: true STR_DESTROY_TASOTH: false useTable: false startDelay: 13000 - type: AquatoidTrap firstMonth: 0 executionOdds: 45 missionWeights: 0: STR_AQUATOID_TRAP: 100 regionWeights: 0: REGION_AQUATOID_TRAP: 100 researchTriggers: STR_CALL_OF_TLETH: true STR_UCITY: false useTable: false startDelay: 18000 - type: UnderseaCity firstMonth: 0 executionOdds: 33 missionWeights: 0: STR_UCITY: 100 regionWeights: 0: REGION_UCITY: 100 researchTriggers: STR_UCITY: true STR_DESTROY_TASOTH: false useTable: false startDelay: 18000 - type: TasothFactory firstMonth: 0 executionOdds: 33 missionWeights: 0: STR_TASOTH_FACTORY: 100 regionWeights: 0: REGION_TASOTH_FACTORY: 100 researchTriggers: STR_TERROR_FROM_THE_DEEP: true STR_DESTROY_TASOTH: false useTable: false startDelay: 8000 - type: CyberwebLair firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_CYBERWEB_LAIR: 100 regionWeights: 0: STR_CYBERWEB_REGION: 100 researchTriggers: STR_DURATHREAD_ORIGINS: true useTable: false startDelay: 20 randomDelay: 43500 - type: CyberwebLair1 firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_CYBERWEB_LAIR: 100 regionWeights: 0: STR_CYBERWEB_REGION: 100 researchTriggers: STR_DURATHREAD_ORIGINS: true STR_CYBERWEB_DIMENSIONAL_PORTAL_TAKEN: false useTable: false startDelay: 20 randomDelay: 43500 - type: CyberwebLair2 firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_CYBERWEB_LAIR: 100 regionWeights: 0: STR_CYBERWEB_REGION: 100 researchTriggers: STR_DURATHREAD_ORIGINS: true STR_CYBERWEB_DIMENSIONAL_PORTAL_TAKEN: false useTable: false startDelay: 20 randomDelay: 43500 - type: CyberwebManufacturing firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_CYBERWEB_MANUFACTURING_PLANT: 100 regionWeights: 0: CYBERWEB_MANUFACTURING_REGION: 100 researchTriggers: STR_CYBERWEB_MANUFACTURING_PLANT: true STR_CYBERWEB_PLANS: false useTable: false startDelay: 20 randomDelay: 43500 - type: CyberwebDimensionalPortal firstMonth: 0 executionOdds: 33 missionWeights: 0: STR_CYBERWEB_DIMENSIONAL_PORTAL: 100 regionWeights: 0: CYBERWEB_DIMENSIONAL_PORTAL_REGION: 100 researchTriggers: STR_CYBERWEB_PLANS: true STR_CYBERWEB_DIMENSIONAL_PORTAL_TAKEN: false useTable: false startDelay: 20 randomDelay: 43500 - type: hiddenCavesFew firstMonth: 0 executionOdds: 12 missionWeights: 0: STR_HIDDEN_CAVES_FEW: 100 regionWeights: 0: REGION_HIDDEN_CAVES_FEW: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 6000 - type: hiddenCavesFew1 firstMonth: 0 executionOdds: 12 missionWeights: 0: STR_HIDDEN_CAVES_FEW: 100 regionWeights: 0: REGION_HIDDEN_CAVES_FEW: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 14000 - type: hiddenCavesFew2 firstMonth: 0 executionOdds: 12 missionWeights: 0: STR_HIDDEN_CAVES_FEW: 100 regionWeights: 0: REGION_HIDDEN_CAVES_FEW: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 22000 - type: hiddenCavesFew3 firstMonth: 0 executionOdds: 12 missionWeights: 0: STR_HIDDEN_CAVES_FEW: 100 regionWeights: 0: REGION_HIDDEN_CAVES_FEW: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 31000 - type: hiddenCavesSeveral firstMonth: 0 executionOdds: 7 missionWeights: 0: STR_HIDDEN_CAVES_SEVERAL: 100 regionWeights: 0: REGION_HIDDEN_CAVES_SEVERAL: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 9000 - type: hiddenCavesSeveral1 firstMonth: 0 executionOdds: 7 missionWeights: 0: STR_HIDDEN_CAVES_SEVERAL: 100 regionWeights: 0: REGION_HIDDEN_CAVES_SEVERAL: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 17000 - type: hiddenCavesSeveral2 firstMonth: 0 executionOdds: 7 missionWeights: 0: STR_HIDDEN_CAVES_SEVERAL: 100 regionWeights: 0: REGION_HIDDEN_CAVES_SEVERAL: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 25000 - type: hiddenCavesSeveral3 firstMonth: 0 executionOdds: 7 missionWeights: 0: STR_HIDDEN_CAVES_SEVERAL: 100 regionWeights: 0: REGION_HIDDEN_CAVES_SEVERAL: 100 researchTriggers: STR_HIDDEN_CAVES: true useTable: false startDelay: 34000 - type: deadCattle firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_DEAD_CATTLE: 100 regionWeights: 0: REGION_DEAD_CATTLE: 100 useTable: false startDelay: 18000 - type: deadCattle1 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_DEAD_CATTLE: 100 regionWeights: 0: REGION_DEAD_CATTLE: 100 useTable: false startDelay: 28000 - type: deadCattle2 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_DEAD_CATTLE: 100 regionWeights: 0: REGION_DEAD_CATTLE: 100 useTable: false startDelay: 38000 - type: cropCirclesMiB firstMonth: 6 executionOdds: 10 missionWeights: 0: STR_CROP_CIRCLES_MIB: 100 regionWeights: 0: REGION_CROP_CIRCLES_MIB: 100 useTable: false startDelay: 11000 - type: cropCirclesZombie firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_CROP_CIRCLES_ZOMBIE: 100 regionWeights: 0: REGION_CROP_CIRCLES_ZOMBIE: 100 useTable: false startDelay: 20000 - type: cropCirclesZombie firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_CROP_CIRCLES_ZOMBIE: 100 regionWeights: 0: REGION_CROP_CIRCLES_ZOMBIE: 100 useTable: false startDelay: 40000 - type: cropCirclesMiB1 firstMonth: 6 executionOdds: 10 missionWeights: 0: STR_CROP_CIRCLES_MIB: 100 regionWeights: 0: REGION_CROP_CIRCLES_MIB: 100 useTable: false startDelay: 23000 - type: cropCirclesMiB2 firstMonth: 6 executionOdds: 10 missionWeights: 0: STR_CROP_CIRCLES_MIB: 100 regionWeights: 0: REGION_CROP_CIRCLES_MIB: 100 useTable: false startDelay: 33000 - type: cropCircles firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_CROP_CIRCLES: 100 regionWeights: 0: REGION_CROP_CIRCLES: 100 useTable: false startDelay: 1000 - type: cropCircles1 firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_CROP_CIRCLES: 100 regionWeights: 0: REGION_CROP_CIRCLES: 100 useTable: false startDelay: 11000 - type: cropCircles2 firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_CROP_CIRCLES: 100 regionWeights: 0: REGION_CROP_CIRCLES: 100 useTable: false startDelay: 31000 - type: madmanRampageEarly firstMonth: 0 lastMonth: 12 executionOdds: 12 missionWeights: 0: STR_MADMAN_RAMPAGE: 100 useTable: false regionWeights: 0: REGION_MADMAN: 100 startDelay: 20 randomDelay: 43500 - type: madmanRampageLate firstMonth: 13 executionOdds: 4 missionWeights: 0: STR_MADMAN_RAMPAGE: 100 useTable: false regionWeights: 0: REGION_MADMAN: 100 startDelay: 20 randomDelay: 43500 - type: soldierRampageEarly firstMonth: 4 lastMonth: 18 executionOdds: 12 missionWeights: 0: STR_SOLDIER_RAMPAGE: 100 useTable: false regionWeights: 0: REGION_MAD_SOLDIER: 100 startDelay: 20 randomDelay: 43500 - type: soldierRampageLate firstMonth: 19 executionOdds: 4 missionWeights: 0: STR_SOLDIER_RAMPAGE: 100 useTable: false regionWeights: 0: REGION_MAD_SOLDIER: 100 startDelay: 20 randomDelay: 43500 - type: postalRampageEarly firstMonth: 7 lastMonth: 20 executionOdds: 12 missionWeights: 0: STR_POSTAL_RAMPAGE: 100 useTable: false regionWeights: 0: REGION_POSTAL: 100 startDelay: 20 randomDelay: 43500 - type: postalRampageLate firstMonth: 21 executionOdds: 4 missionWeights: 0: STR_POSTAL_RAMPAGE: 100 useTable: false regionWeights: 0: REGION_POSTAL: 100 startDelay: 20 randomDelay: 43500 - type: cultOfApocalypseTownCleanup firstMonth: 21 executionOdds: 5 missionWeights: 0: STR_CULT_OF_APOCALYPSE_TOWN_CLEANUP: 100 useTable: false regionWeights: 0: REGION_CULT_OF_APOCALYPSE_TOWN_CLEANUP: 100 startDelay: 20 randomDelay: 43500 - type: cultOfApocalypseTownCleanupLate firstMonth: 27 executionOdds: 5 missionWeights: 0: STR_CULT_OF_APOCALYPSE_TOWN_CLEANUP: 100 useTable: false regionWeights: 0: REGION_CULT_OF_APOCALYPSE_TOWN_CLEANUP: 100 startDelay: 20 randomDelay: 43500 - type: hybridPurge firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_PURGE: 100 useTable: false regionWeights: 0: REGION_HYBRID_PURGE: 100 researchTriggers: STR_HYBRID_NETWORK: true startDelay: 31200 - type: hybridFarm firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_FARM: 100 researchTriggers: STR_HYBRID_NETWORK: true startDelay: 1800 - type: hybridFarm1 firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_FARM: 100 researchTriggers: STR_HYBRID_NETWORK: true startDelay: 11800 - type: hybridFarm2 firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_FARM: 100 researchTriggers: STR_HYBRID_NETWORK: true startDelay: 17800 - type: hybridFarm3 firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_FARM: 100 researchTriggers: STR_HYBRID_NETWORK: true startDelay: 25800 - type: hybridFarm4 firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_FARM: 100 researchTriggers: STR_HYBRID_NETWORK: true startDelay: 31800 - type: chemTrails firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_CHEMTRAILS: 100 useTable: false regionWeights: 0: REGION_CHEMTRAILS: 100 researchTriggers: STR_CHEMTRAILS: true startDelay: 4600 - type: chemTrails1 firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_CHEMTRAILS: 100 useTable: false regionWeights: 0: REGION_CHEMTRAILS: 100 researchTriggers: STR_CHEMTRAILS: true startDelay: 24600 - type: hybridCloningFarm firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_HYBRID_CLONING_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_CLONING_FARM: 100 researchTriggers: STR_HYBRID_CLONING_FARM: true startDelay: 1600 - type: hybridCloningFarm1 firstMonth: 0 executionOdds: 2 missionWeights: 0: STR_HYBRID_CLONING_FARM: 100 useTable: false regionWeights: 0: REGION_HYBRID_CLONING_FARM: 100 researchTriggers: STR_HYBRID_CLONING_FARM: true startDelay: 36900 - type: hybridStorage firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_HYBRID_STORAGE: 100 useTable: false regionWeights: 0: REGION_HYBRID_STORAGE: 100 researchTriggers: STR_HYBRID_STORAGE: true startDelay: 3600 - type: hybridStorage1 firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_HYBRID_STORAGE: 100 useTable: false regionWeights: 0: REGION_HYBRID_STORAGE: 100 researchTriggers: STR_HYBRID_STORAGE: true startDelay: 24600 - type: superlaskaApprehension firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_SUPERLASKA_APPREHENSION: 100 useTable: false regionWeights: 0: SUPERLASKA_APPREHENSION_REGION: 100 researchTriggers: STR_HYBRID_OPERATIONS: true startDelay: 27600 - type: hybridTerrorIsland firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_HOLIDAY_RESORT_TERROR: 100 useTable: false regionWeights: 0: REGION_HOLIDAY_RESORT_TERROR: 100 researchTriggers: STR_HYBRID_OPERATIONS: true startDelay: 4600 - type: hybridSmallConvoy firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_SMALL_GROUND_CONVOY: 100 regionWeights: 0: REGION_HYBRID_SMALL_CONVOY: 100 useTable: false researchTriggers: STR_HYBRID_NETWORK: true startDelay: 20 randomDelay: 43500 - type: hybridSmallConvoy1 firstMonth: 0 executionOdds: 15 missionWeights: 0: STR_HYBRID_SMALL_GROUND_CONVOY: 100 regionWeights: 0: REGION_HYBRID_SMALL_CONVOY: 100 useTable: false researchTriggers: STR_HYBRID_NETWORK: true startDelay: 20 randomDelay: 43500 - type: hybridMediumConvoy firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_HYBRID_MEDIUM_GROUND_CONVOY: 100 regionWeights: 0: REGION_HYBRID_MEDIUM_CONVOY: 100 useTable: false researchTriggers: STR_HYBRID_NETWORK: true startDelay: 20 randomDelay: 43500 - type: hybridMediumConvoy1 firstMonth: 0 executionOdds: 6 missionWeights: 0: STR_HYBRID_MEDIUM_GROUND_CONVOY: 100 regionWeights: 0: REGION_HYBRID_MEDIUM_CONVOY: 100 useTable: false researchTriggers: STR_HYBRID_NETWORK: true startDelay: 20 randomDelay: 43500 - type: hybridBase firstMonth: 0 executionOdds: 5 missionWeights: 0: STR_HYBRID_BASE: 100 useTable: false researchTriggers: STR_HYBRID_OPERATIONS: true startDelay: 11800 - type: hybridMeeting firstMonth: 0 executionOdds: 8 missionWeights: 0: STR_HYBRID_SECTOID_MEETING: 20 STR_HYBRID_MIB_MEETING: 10 useTable: false researchTriggers: STR_HYBRID_OPERATIONS: true startDelay: 11800 - type: arachnoquake firstMonth: 5 executionOdds: 4 missionWeights: 0: STR_ARACHNOQUAKE: 100 useTable: false regionWeights: 0: REGION_ARACHNOQUAKE: 100 startDelay: 8500 - type: bloodMoon firstMonth: 6 executionOdds: 5 missionWeights: 0: STR_BLOOD_MOON: 100 useTable: false regionWeights: 0: REGION_BLOOD_MOON: 100 researchTriggers: STR_WEREWOLF: true startDelay: 38500 - type: blackMoon firstMonth: 6 executionOdds: 5 missionWeights: 0: STR_BLACK_MOON: 100 useTable: false regionWeights: 0: REGION_BLACK_MOON: 100 researchTriggers: STR_WERECAT: true startDelay: 28500 - type: chryssalidVillage firstMonth: 26 executionOdds: 4 missionWeights: 0: STR_CHRYSSALID_VILLAGE: 100 useTable: false regionWeights: 0: REGION_CHRYSSALID_VILLAGE_JUNGLE: 100 startDelay: 18500 - type: deepOnesRituals firstMonth: 11 executionOdds: 20 missionWeights: 0: STR_DEEP_ONES_RITUALS: 100 useTable: false regionWeights: 0: REGION_DEEP_ONES_RITUALS: 100 researchTriggers: STR_MESSENGERS_OF_DAGON: true STR_DESTROY_TASOTH: false startDelay: 18700 - type: mibCoverup firstMonth: 22 executionOdds: 5 missionWeights: 0: STR_MIB_COVERUP: 100 useTable: false regionWeights: 0: STR_NORTH_AMERICA: 25 STR_SOUTH_AMERICA: 15 STR_EUROPE: 18 STR_NORTH_AFRICA: 15 STR_SOUTHERN_AFRICA: 15 STR_CENTRAL_ASIA: 16 STR_SOUTH_EAST_ASIA: 20 STR_SIBERIA: 2 STR_AUSTRALASIA: 11 STR_ARCTIC: 8 STR_PACIFIC: 6 researchTriggers: STR_MIB_ACTIVITY: true startDelay: 4800 - type: mibCoverup1 firstMonth: 22 executionOdds: 5 missionWeights: 0: STR_MIB_COVERUP: 100 useTable: false regionWeights: 0: STR_NORTH_AMERICA: 25 STR_SOUTH_AMERICA: 15 STR_EUROPE: 18 STR_NORTH_AFRICA: 15 STR_SOUTHERN_AFRICA: 15 STR_CENTRAL_ASIA: 16 STR_SOUTH_EAST_ASIA: 20 STR_SIBERIA: 2 STR_AUSTRALASIA: 11 STR_ARCTIC: 8 STR_PACIFIC: 6 researchTriggers: STR_MIB_ACTIVITY: true startDelay: 24900 - type: mibBase firstMonth: 28 executionOdds: 3 missionWeights: 0: STR_MIB_BASE: 100 useTable: false regionWeights: 0: STR_NORTH_AMERICA: 6 STR_SOUTH_AMERICA: 7 STR_EUROPE: 4 STR_NORTH_AFRICA: 6 STR_SOUTHERN_AFRICA: 3 STR_CENTRAL_ASIA: 4 STR_SOUTH_EAST_ASIA: 7 STR_SIBERIA: 8 STR_AUSTRALASIA: 5 STR_ARCTIC: 2 STR_PACIFIC: 1 researchTriggers: STR_MIB_ACTIVITY: true startDelay: 50 randomDelay: 48000 - type: zombieLab firstMonth: 0 executionOdds: 50 missionWeights: 0: STR_MAGMA_LAB: 100 useTable: false regionWeights: 0: REGION_MAGMA_LAB: 100 researchTriggers: STR_MAGMA_MISSION_MAGMA_LAB: true startDelay: 20 randomDelay: 43500 - type: tankFactory firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_MAGMA_TANK_FACTORY: 100 useTable: false regionWeights: 0: REGION_MAGMA_TANK_FACTORY: 100 researchTriggers: STR_MESSAGE_FROM_MAGMA_02: true STR_MAGMA_TANK_FACTORY_SAVED: false startDelay: 20 randomDelay: 43500 - type: tankFactoryLater firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_MAGMA_TANK_FACTORY: 100 useTable: false regionWeights: 0: REGION_MAGMA_TANK_FACTORY: 100 researchTriggers: STR_MAGMA_TANK_FACTORY_SAVED: true startDelay: 20 randomDelay: 43500 - type: chainsawbotsReactor firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_MAGMA_REACTOR_CHAINSAWBOTS: 100 useTable: false regionWeights: 0: REGION_MAGMA_REACTOR_CHAINSAWBOTS: 100 researchTriggers: STR_MESSAGE_FROM_MAGMA_03: true STR_MAGMA_REACTOR_CHAINSAWBOTS_SAVED: false startDelay: 20 randomDelay: 43500 - type: chainsawbotsReactorLater firstMonth: 0 executionOdds: 4 missionWeights: 0: STR_MAGMA_REACTOR_CHAINSAWBOTS: 100 useTable: false regionWeights: 0: REGION_MAGMA_REACTOR_CHAINSAWBOTS: 100 researchTriggers: STR_MAGMA_REACTOR_CHAINSAWBOTS_SAVED: true startDelay: 20 randomDelay: 43500 - type: osironStakeout firstMonth: 0 executionOdds: 40 missionWeights: 0: STR_OSIRON_STAKEOUT: 100 useTable: false regionWeights: 0: REGION_OSIRON_STAKEOUT: 100 researchTriggers: STR_ZOMBIE_IMPLANT_ORIGINS: true STR_OSIRON_BOSS: false startDelay: 20 randomDelay: 43500 - type: osironAATrade firstMonth: 0 executionOdds: 25 missionWeights: 0: STR_OSIRON_AA_AMMO_TRADE: 100 useTable: false regionWeights: 0: REGION_OSIRON_AA_WAREHOUSE: 100 researchTriggers: STR_OSIRON_AA_AMMO_TRADE: true startDelay: 20 randomDelay: 43500 - type: syndicateLabEarly firstMonth: 0 executionOdds: 60 missionWeights: 0: STR_SYNDICATE_LAB: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_LAB: 100 researchTriggers: STR_ZOMBIE_IMPLANT_INVESTIGATION: true STR_ZOMBIE_IMPLANT_VIRUS: false startDelay: 20 randomDelay: 43500 - type: syndicateLabRegular firstMonth: 0 executionOdds: 20 missionWeights: 0: STR_SYNDICATE_LAB: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_LAB: 100 researchTriggers: STR_ZOMBIE_IMPLANT_VIRUS: true STR_SYNDICATE_HQ_DEFEATED: false startDelay: 20 randomDelay: 43500 - type: syndicateMonsterLabEarly firstMonth: 0 executionOdds: 60 missionWeights: 0: STR_SYNDICATE_MONSTER_LAB: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_MONSTER_LAB: 100 researchTriggers: STR_SYNDICATE_EXPERIMENTS: true STR_MONSTERS_INC: false startDelay: 17800 - type: syndicateMonsterLabRegular firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_SYNDICATE_MONSTER_LAB: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_MONSTER_LAB: 100 researchTriggers: STR_MONSTERS_INC: true STR_SYNDICATE_HQ_DEFEATED: false startDelay: 19800 - type: spiderSiberia firstMonth: 0 executionOdds: 60 missionWeights: 0: STR_SPIDER_SIBERIA: 100 useTable: false regionWeights: 0: REGION_SPIDER_SIBERIA: 100 researchTriggers: STR_SYNDICATE_CHRYSSALID_RESEARCH: true STR_SPIDER_SIBERIA_COMPLETE: false startDelay: 20 randomDelay: 43500 - type: syndicateMansionDefense firstMonth: 0 executionOdds: 100 missionWeights: 0: STR_MANSION_DEFENSE_SYNDICATE: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_MANSION_DEFENSE: 100 researchTriggers: STR_SYNDICATE_PISSED: true STR_COUNCIL_MEMBER: false startDelay: 5000 randomDelay: 25000 - type: syndicateOldArchivesDefense firstMonth: 0 executionOdds: 100 missionWeights: 0: STR_OLD_ARCHIVES_DEFENSE_SYNDICATE: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_OLD_ARCHIVES_DEFENSE: 100 researchTriggers: STR_SYNDICATE_PISSED: true STR_OLD_XCOM_DATA_REEL: false startDelay: 5000 randomDelay: 25000 - type: syndicateReactorDefense firstMonth: 0 executionOdds: 100 missionWeights: 0: STR_REACTOR_DEFENSE_SYNDICATE: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_REACTOR_DEFENSE: 100 researchTriggers: STR_SYNDICATE_PISSED: true STR_REACTOR_SAVED_FROM_SYNDICATE: false startDelay: 5000 randomDelay: 25000 - type: syndicateRetaliation executionOdds: 100 missionWeights: 0: STR_SYNDICATE_RETALIATION: 100 researchTriggers: STR_SYNDICATE_PISSED: true STR_SYNDICATE_REPULSED: false startDelay: 150 targetBaseOdds: 100 useTable: false label: 1 - type: syndicatePhase1 firstMonth: 0 executionOdds: 10 missionWeights: 0: STR_SYNDICATE_PHASE_1: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_PHASE_1: 100 researchTriggers: STR_SYNDICATE_NETWORK: true startDelay: 20 randomDelay: 43500 - type: syndicatePhase2 firstMonth: 0 executionOdds: 30 missionWeights: 0: STR_SYNDICATE_PHASE_2: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_PHASE_2: 100 researchTriggers: STR_SYNDICATE_SUMMARY: true STR_SYNDICATE_HQ: false startDelay: 20 randomDelay: 43500 - type: syndicateHQ firstMonth: 0 executionOdds: 80 missionWeights: 0: STR_SYNDICATE_HQ: 100 useTable: false regionWeights: 0: REGION_SYNDICATE_HQ: 100 researchTriggers: STR_SYNDICATE_HQ_ACCESS: true STR_SYNDICATE_HQ_DEFEATED: false startDelay: 20 randomDelay: 43500