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 a vibrator crafting recipe #36860

Merged
merged 3 commits into from
Jan 24, 2020
Merged

Commits on Jan 10, 2020

  1. Add a vibrator crafting recipe

    There was an existing recipe for crafting an mp3 player, but
    surprisingly none for a much simpler device, the vibrator.
    This recipe uses similar ingredients to the existing deconstruction
    recipe (with the addition of a tiny electric motor), and is auto-learned
    at fabrication level 2.
    wapcaplet committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    639db10 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Increase vibrator crafting requirements

    Makes the recipe a bit more realistic, and balanced with existing
    recipes, based on pull request comments from other players and
    further inspection of existing recipes. Changes include:
    
    - Require a plastic mold (must-have for a smoothly contoured shape)
      and additional plastic scraps to account for mold overrun
    - Require electronics skill 1, but use fab 2 to construct
    - Increase difficulty to 3 and crafting time to 20 minutes
    - Need wire, solder, and soldering iron
    - Use "motor_micro" (0.28 lbs) instead of "motor_tiny" (1.38 lbs),
      since vibrator itself only weighs 1.0 lbs
    wapcaplet committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    b3605df View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. lint

    I-am-Erk committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b5c73ea View commit details
    Browse the repository at this point in the history