Factorio: move adjust_energy over to "flop_random", giving half and half in each random direction, but no particular average.

This commit is contained in:
Fabian Dill
2021-07-31 20:20:59 +02:00
parent 2d84245103
commit 8142306562
2 changed files with 14 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ data:extend{new_tree_copy}
{% if recipe_time_scale %}
{%- for recipe_name, recipe in recipes.items() %}
{%- if recipe.category != "mining" %}
adjust_energy("{{ recipe_name }}", {{ random.triangular(*recipe_time_scale) }})
adjust_energy("{{ recipe_name }}", {{ flop_random(*recipe_time_scale) }})
{%- endif %}
{%- endfor -%}
{% endif %}