Skip to content

some AL farm speeds changed between 2.0 -> 2.1 #1525

Description

@jackandape

Mod source

Mixed GitHub and Factorio Mod Portal

Operating system

=Windows 10

What kind of issue is this?

  • Compatibility
  • Locale (names, descriptions, unknown keys)
  • Graphical
  • Crash
  • Progression
  • Balance
  • Pypostprocessing failure
  • Other

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

  1. farm
  2. module
  3. read number

Additional context

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Fields

    No fields configured for Bug.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions