Skip to content

Commit

Permalink
updated work amount for plastic and starch, should be about 7 seconds
Browse files Browse the repository at this point in the history
Market value of Plastic and Starch heavily nerfed to (hopefully) 1/2s
per

Plastic max hp reduced to 30, it's cheap for a reason
  • Loading branch information
Sixdd6 committed Dec 3, 2017
1 parent 016c56c commit 3871d12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file added Assemblies/ModCheck.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Defs/RecipeDefs/Recipes_Production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<label>Make Plasteel</label>
<description>Combine plastic with steel to make plasteel.</description>
<jobString>Making plasteel.</jobString>
<workAmount>60</workAmount>
<workAmount>420</workAmount>
<workSpeedStat>SmithingSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
Expand Down Expand Up @@ -51,7 +51,7 @@
<label>Make Plastic</label>
<description>Converts starch to plastic.</description>
<jobString>Making plastic.</jobString>
<workAmount>60</workAmount>
<workAmount>420</workAmount>
<workSpeedStat>SmithingSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
Expand Down
6 changes: 3 additions & 3 deletions Defs/ThingDefs/Items_Exotic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<stackLimit>75</stackLimit>
<useHitPoints>true</useHitPoints>
<statBases>
<MarketValue>1</MarketValue>
<MaxHitPoints>100</MaxHitPoints>
<MarketValue>0.02</MarketValue>
<MaxHitPoints>30</MaxHitPoints>
<Flammability>1.0</Flammability>
<DeteriorationRate>2</DeteriorationRate>
<SharpDamageMultiplier>0.3</SharpDamageMultiplier>
Expand Down Expand Up @@ -82,7 +82,7 @@
<stackLimit>75</stackLimit>
<useHitPoints>true</useHitPoints>
<statBases>
<MarketValue>3</MarketValue>
<MarketValue>0.06</MarketValue>
<MaxHitPoints>15</MaxHitPoints>
<Flammability>1.0</Flammability>
</statBases>
Expand Down

0 comments on commit 3871d12

Please sign in to comment.