From 4841926f8330ce6a224886b17c41f3ab60361231 Mon Sep 17 00:00:00 2001 From: vgZerst <36623732+vgZerst@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:15:09 -0600 Subject: [PATCH] Note evolution trap scaling in Options docstring --- worlds/factorio/Options.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/worlds/factorio/Options.py b/worlds/factorio/Options.py index 09df0eab..497a4ab5 100644 --- a/worlds/factorio/Options.py +++ b/worlds/factorio/Options.py @@ -184,7 +184,9 @@ class EvolutionTrapCount(TrapCount): class EvolutionTrapIncrease(Range): - """How much an Evolution Trap increases the enemy evolution""" + """How much an Evolution Trap increases the enemy evolution. + Increases scale down proportionally to the session's current evolution factor + (40 increase at 0.50 will add 0.20... 40 increase at 0.75 will add 0.10...)""" displayname = "Evolution Trap % Effect" range_start = 1 default = 10