Skip to content

factorymod changes (lots here) #7

Description

@Convoy20

Add in config for evolving factories

https://docs.google.com/document/d/1v6osKg7RvQUkIEBrZnDYVw6QZGyb3b0um6QFEj_oTFw/edit

    production_time: 4s
    production_max: 16s
    production_min: 1s
    fuel_consumption: 2
    fuel_consumption_max: 8
    fuel_consumption_min: 1
    name: Bake Bread
    type: PRODUCTION
    input:
      wheat:
        material: WHEAT
        amount: 64
    output:
      bread:
        material: BREAD
        amount: 48
        amount_max: 92
        amount_min: 36

Included are the new fields for each recipe. For launch just adding in these with a reasonable variance will be good. We might add more config options as the change gets developed, but having something to work off of is good.

Additionally we need to change each factory (except for the baaasic starter factories to take 8hrs+)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions