[A16] Make Components x10

Started by HYBB, January 09, 2017, 11:04:34 PM

Previous topic - Next topic

HYBB



Description

A simple mod that reduces the amount of work needed to make a component at the component assembly workbench also adds the simple ability to craft 5 and 10 components at a time.
Making 5 components requires 5x steel, 10 requires x10 steel

Knowledge Prerequisites:
Make one component: Crafting 10 (vanilla)
Make components x5: Crafting 12
Make components x10: Crafting 14

Work Amount
x1 : 9000 (vanilla)
x1 : 3000 (mod)
x5 : 9000
x10: 18000
---
Alt. version
x1 : 9000
x5 : 27000
x10: 44000

Download

WoodyDaOcas

Thinking about that, the default setting is a bit absurd.. gonna try this one of yours and will see how it works :) Then again just got a drop of 110 components yesteday, so.. :D
Thank you


Boogeyman

Can you make a version that doesn't alter the work amount? Just the time saved on walking around is plenty of boost for me.

HYBB

#4
Quote from: MechanoidHater on January 10, 2017, 06:10:04 AM
Does it conflict with this mod?
https://ludeon.com/forums/index.php?topic=19068.0

I tested it and there is no conflict

If want use both (not recommend it) make sure my mod is on the top and CheaperComponents below
If the order is reversed, this mod will overwrite the other leaving it void

Quote from: Boogeyman on January 10, 2017, 06:14:24 AM
Can you make a version that doesn't alter the work amount? Just the time saved on walking around is plenty of boost for me.
Ill create a alternative version

asquirrel


Tyolan

I don't understand your work amount value. In my game (vanilla) the value is 150 for 1 component not 9000.
Can you explain plz?

HYBB

sure...

I have no idea where you saw that value 150, but if u check the recipe_production.xml you will find something like this
Quote<RecipeDef>
    <defName>MakeComponent</defName>
    <label>make component</label>
    <description>Make a component.</description>
    <jobString>Making component.</jobString>
    <workSpeedStat>SmithingSpeed</workSpeedStat>
    <effectWorking>Cook</effectWorking>
    <soundWorking>Recipe_Machining</soundWorking>
    <workAmount>9000</workAmount>