Skip to content

Commit

Permalink
Tweak spawnrate values to be less punishing in the earlygame
Browse files Browse the repository at this point in the history
  • Loading branch information
cannonfodder1 committed Apr 29, 2020
1 parent 08517b3 commit 8f78106
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CovertInfiltration/Config/XComInfiltration.ini
Original file line number Diff line number Diff line change
Expand Up @@ -258,20 +258,20 @@ RULER_ON_INFIL_CHANCE=30
[CovertInfiltration.XComGameState_ActivityChainSpawner]
; Work is measured in hours

WorkRateXcom[0]=300 ; Rookie
WorkRateXcom[1]=300 ; Normal
WorkRateXcom[2]=300 ; Commander
WorkRateXcom[3]=300 ; Legend

WorkRatePerContact[0]=40
WorkRatePerContact[1]=40
WorkRatePerContact[2]=40
WorkRatePerContact[3]=40

WorkRatePerRelay[0]=70
WorkRatePerRelay[1]=70
WorkRatePerRelay[2]=70
WorkRatePerRelay[3]=70
WorkRateXcom[0]=400 ; Rookie
WorkRateXcom[1]=350 ; Normal
WorkRateXcom[2]=350 ; Commander
WorkRateXcom[3]=350 ; Legend

WorkRatePerContact[0]=50
WorkRatePerContact[1]=50
WorkRatePerContact[2]=50
WorkRatePerContact[3]=50

WorkRatePerRelay[0]=50
WorkRatePerRelay[1]=50
WorkRatePerRelay[2]=50
WorkRatePerRelay[3]=50

bStartingRegionContributesToWork=false

Expand Down

0 comments on commit 8f78106

Please sign in to comment.