Intermediate difficulty request
Hello devs, please implement a difficulty level between Normal and Challenging. Normal is easy and Challenging too hard (for me). I know I can just change the DefaultPlayerAI.xml, but I think an in-between step is appropriate for the base game:
<Difficulty Name="Intermediate" MetalExtractionMultiplier="1.1f" RadioactivesExtractionMultiplier="1.1f" BuildTimeMultiplier="1.0f" ResearchMultiplier="1.0f" LogisticsMultiplier="1.25f" PowerMultiplier="1.0f" EngineerFactoryAssist="1" MaxRDPs="10" MaxOps="18" ReevaluateTime="1"/>
Thanks!