Mod source
Mixed GitHub and Factorio Mod Portal
Operating system
=Windows 10
What kind of issue is this?
What is the problem?
Due to a handful of legacy typos, the full speeds of some AL farms are inconsistent as the AL module system changed between versions 2.0 and 2.1.
Steps to reproduce
- farm
- module
- read number
Additional context
these are the buildings that needed adjusting. All except the few below are due to calling the function like so: py.farm_speed_derived(MODULE_SLOTS, "trits-reef-mk01"), instead of: py.farm_speed_derived(MODULE_SLOTS, "trits-reef-mk01", base_module_speed, new_module_speed). py.farm_speed_derived would assume that the new_module_speed was given by the ratio of slots.
other offenders:
guar-gum-plantation-mk03 was wrong due to a typo which never set the default -100% speed
ralesia-mk3-4 were wrong due to a typo where the base_building given to py.farm_speed_derived was not the mk1 level building but the previous mk level.
Log file
No response
Mod source
Mixed GitHub and Factorio Mod Portal
Operating system
What kind of issue is this?
What is the problem?
Due to a handful of legacy typos, the full speeds of some AL farms are inconsistent as the AL module system changed between versions 2.0 and 2.1.
Steps to reproduce
Additional context
these are the buildings that needed adjusting. All except the few below are due to calling the function like so: py.farm_speed_derived(MODULE_SLOTS, "trits-reef-mk01"), instead of: py.farm_speed_derived(MODULE_SLOTS, "trits-reef-mk01", base_module_speed, new_module_speed). py.farm_speed_derived would assume that the new_module_speed was given by the ratio of slots.
other offenders:
guar-gum-plantation-mk03 was wrong due to a typo which never set the default -100% speed
ralesia-mk3-4 were wrong due to a typo where the base_building given to py.farm_speed_derived was not the mk1 level building but the previous mk level.
Log file
No response