Skip to content

Commit

Permalink
taking care of game speed affecting the stress level
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Sep 19, 2020
1 parent 564af1f commit 03aeb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simulation/SimulationDescriptors[Idrinth][Empire].xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
<BinaryModifier TargetProperty="TurnReset" Operation="Force" Left="-2" Right="$(CurrentTurn)" BinaryOperation="Addition"/>
<BinaryModifier TargetProperty="NetAcademyStress" Operation="Multiplication" Left="$(TurnBoost)" Right="0.01" BinaryOperation="Multiplication"/>
<BinaryModifier TargetProperty="NetAcademyStress" Operation="Addition" Left="$(TurnReset)" Right="$(Stress)" BinaryOperation="Multiplication" Priority="2"/>
<Modifier TargetProperty="NetAcademyStress" Operation="Multiplication" Value="$(GameSpeedTimeMultiplier)" Priority="2"/>
<BinaryModifier TargetProperty="NetAcademyStress" Operation="Multiplication" BinaryOperation="Multiplication" Left="$(GameSpeedTimeMultiplier)" Right="0.5"/>
</SimulationDescriptor>
</Datatable>

0 comments on commit 03aeb88

Please sign in to comment.