Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CR] Add activity levels to recipes #42873

Closed
wants to merge 22 commits into from

Commits on Sep 6, 2020

  1. Blacksmithing automated recipe activity changes

    Any recipes using blacksmithing_standard are now BRISK_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    6b04f92 View commit details
    Browse the repository at this point in the history
  2. Forging automated recipe acitivty changes

    Automatically change all recipes using forging to BRISK_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    f457c18 View commit details
    Browse the repository at this point in the history
  3. Welding automated recipe activity changes

    Change everything yet unchanged using welding_standard to be
    BRISK_EXERCISE.
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    f0110ff View commit details
    Browse the repository at this point in the history
  4. Soldering automated recipe activity level changes

    Changed all recipes using soldering to MODERATE_EXERCISE if not already
    set.
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    9efa62f View commit details
    Browse the repository at this point in the history
  5. Sewing automated recipe activity changes

    Change all sewing recipes without an exercise value assigned to be
    LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    95c6ad9 View commit details
    Browse the repository at this point in the history
  6. Metal saw automated recipe activity changes

    Change all recipes without an activity level using the metal sawing
    quality to MODERATE_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    ba25aee View commit details
    Browse the repository at this point in the history
  7. Wood saw automated recipe activity changes

    Change all recipes using wood sawing without an activity level to be
    MODERATE_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    cda776a View commit details
    Browse the repository at this point in the history
  8. Hammering automated recipe activity level changes

    Change all recipes without an activity level using hammering to be
    MODERATE_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    539fa76 View commit details
    Browse the repository at this point in the history
  9. Mutagens automated recipe activity level changes

    Change all mutagens recipe to be LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    1542079 View commit details
    Browse the repository at this point in the history
  10. Cooking automated recipe activity changes

    Make all cooking recipes without activity level be LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    851e4e7 View commit details
    Browse the repository at this point in the history
  11. Boiling automated recipe activity changes

    Convert all recipes without an activity level using boiling to be
    LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    4ba4199 View commit details
    Browse the repository at this point in the history
  12. Chemistry automated recipe activity changes

    Convert all recipes without an activity level that use chemistry to be
    LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    13836fa View commit details
    Browse the repository at this point in the history
  13. Sewing automated recipe activity changes (2)

    Change all recipes using the sew quality that do not already have an
    activity level to be LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    b9c10b9 View commit details
    Browse the repository at this point in the history
  14. Chiseling automated recipe activity level changes

    Change all chiseling recipes without an activity level to be
    MODERATE_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5d1582e View commit details
    Browse the repository at this point in the history
  15. Cutting automated recipe activity changes

    Change all recipes with no activity level using cutting to
    MODERATE_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    80c2e0f View commit details
    Browse the repository at this point in the history
  16. Glare automated recipe activity changes

    Change all recipes using the glare quality with no activity level to
    BRISK_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    7dd8819 View commit details
    Browse the repository at this point in the history
  17. Screwing automated recipe activity changes

    Convert all recipes without activity levels using screwing to be
    LIGHT_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    e9185f1 View commit details
    Browse the repository at this point in the history
  18. Kiln automated recipe acitivty changes

    Convert kiln recipes without activity levels to be MODERATE_EXERCISE
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    86a7b6c View commit details
    Browse the repository at this point in the history
  19. Convert all other recipe activity levels

    All the recipes which there was no easy data on.
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    8306792 View commit details
    Browse the repository at this point in the history
  20. Uncraft recipe activity adjustments

    These don't actually currently use it, just set it all to
    LIGHT_EXERCISE. None of them appear to have easy info to automate
    different changes on.
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    8edfeff View commit details
    Browse the repository at this point in the history
  21. Missed recipes

    Some recipes that missed adjustment
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    3be108e View commit details
    Browse the repository at this point in the history
  22. Make exertion levels mandatory

    Prevent potential unintended behavior and remove the hacks necessary
    for automation - make all recipes specify an activity level.
    anothersimulacrum committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5d2fa1b View commit details
    Browse the repository at this point in the history