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

Add suffixes and base recipes to Modular Turrets-based mods to allow proper uncrafting + other tweaks Fixes #37291 #37373

Merged
merged 9 commits into from
Jan 26, 2020

Commits on Jan 23, 2020

  1. Modernize craft times

    Craft times were still in 100 moves per 6 seconds era.
    CSHague authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    8943d3c View commit details
    Browse the repository at this point in the history
  2. Add id_suffix "from_scrap" to manhack recipes, remove inactive manhac…

    …k from scrap recipe, modern time
    
    Adding Id suffix should enable one to craft manhacks from the whole components or rebuild them from scrap components and damaged manhacks. This should allow inactive manhacks to be dismantled again fixing CleverRaven:CleverRaven#37291 
    
    Removed inactive manhack from "from_scrap" entries.
    
    Fixed craft times for 1 sec turns.
    CSHague authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    3ecbb38 View commit details
    Browse the repository at this point in the history
  3. Modernize craft times

    Made (un)crafting time updated to modern 1 second moves.
    CSHague authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e05eb96 View commit details
    Browse the repository at this point in the history
  4. Modernize craft times

    CSHague authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b321c6b View commit details
    Browse the repository at this point in the history
  5. Modernize craft times

    CSHague authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    afcd89b View commit details
    Browse the repository at this point in the history
  6. Modernize crafting times

    CSHague authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    498de93 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Modernize craft time

    CSHague authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9f55584 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Added from scratch recipes and changed suffix ids

    Changed suffix ids to "repair" on repair recipes to manage ambiguity.
    
    Added base recipes that match the recipes for CROWS II turret sans weapon with additional programming and mechanical expertise and difficulty being the separation between the manufacture types, implying the user has to train or program the AI core to operate the weapon. Repair recipes require electrohack to repair, the majority of the time spent hacking the broken AI core into its original function. The from-scratch recipes added imply the builder is working from a reset AI core that is is in working order and will easily accept programming instructions and the additional 10 minutes added is for completely building the turret from parts.
    CSHague authored Jan 25, 2020
    Configuration menu
    Copy the full SHA
    e754832 View commit details
    Browse the repository at this point in the history
  2. Fixed syntax

    CSHague authored Jan 25, 2020
    Configuration menu
    Copy the full SHA
    b910acc View commit details
    Browse the repository at this point in the history